]> git.sesse.net Git - kdenlive/blobdiff - src/geometryval.h
Add keyframe support to new geometry widget
[kdenlive] / src / geometryval.h
index 9aef22499428f1aeb23eefc5b9c8ae8cc275be8c..1eee0374978522ae9696cd3b3fd3d5e4ff6240a9 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 Updates 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();