]> git.sesse.net Git - kdenlive/blobdiff - src/geometryval.h
Update positions in keyframe widget immediately when frame timecode setting changes
[kdenlive] / src / geometryval.h
index 9aef22499428f1aeb23eefc5b9c8ae8cc275be8c..09556ad9a77f6b26568fdbc78fd1ae0aa3b747e0 100644 (file)
@@ -46,12 +46,11 @@ 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 Update the timecode display according to settings (frame number or hh:mm:ss:ff) */
     void updateTimecodeFormat();
 
 private:
     MltVideoProfile m_profile;
-    Timecode m_timecode;
     int m_realWidth;
     GraphicsSceneRectMove *m_scene;
     QGraphicsRectItem *m_paramRect;
@@ -72,7 +71,7 @@ private:
     bool keyframeSelected();
 
 public slots:
-    void setupParam(const QDomElement, int, int);
+    void setupParam(const QDomElement, int minframe, int maxframe);
 
 private slots:
     void slotNextFrame();