]> git.sesse.net Git - kdenlive/blobdiff - src/geometryval.h
cleanup: Get rid of unnecessary string to int conversions
[kdenlive] / src / geometryval.h
index af41aa37d97e1c65f1e4cc9d4ecbd83232636803..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:
@@ -71,7 +71,9 @@ private:
     bool keyframeSelected();
 
 public slots:
-    void setupParam(const QDomElement, int, int);
+    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();