]> git.sesse.net Git - kdenlive/blobdiff - src/geometryval.h
Implement document notes:
[kdenlive] / src / geometryval.h
index ee1d7768d48c85a1bdbfe7e789053325f61538a7..3bacb18d26396754b2be91b38a98b579d7af09ba 100644 (file)
@@ -46,7 +46,7 @@ public:
     QDomElement getParamDesc();
     QString getValue() const;
     void setFrameSize(QPoint p);
-    /* update the timecode display depending on what the user wants (frame number or hh:mm:ss:ff) */
+    /** @brief Updates the timecode display according to settings (frame number or hh:mm:ss:ff) */
     void updateTimecodeFormat();
 
 private:
@@ -72,6 +72,8 @@ private:
 
 public slots:
     void setupParam(const QDomElement, int minframe, int maxframe);
+    /** @brief Updates position of the local timeline to @param relTimelinePos.  */
+    void slotSyncPosition(int relTimelinePos);
 
 private slots:
     void slotNextFrame();