]> git.sesse.net Git - kdenlive/blobdiff - src/positionedit.h
Keyframe widget: Make it possible to change the position of a keyframe with more...
[kdenlive] / src / positionedit.h
index ba3163630450a60f1c8c7a2232dc40c8f1ed015b..2a2639781645a32613fd67245bdbc773de66a92d 100644 (file)
@@ -35,6 +35,7 @@ public:
     int getPosition() const;
     void setPosition(int pos);
     void updateTimecodeFormat();
+    void setRange(int min, int max);
 
 private:
     TimecodeDisplay *m_display;
@@ -44,7 +45,7 @@ private slots:
     void slotUpdatePosition();
 
 signals:
-    void parameterChanged();
+    void parameterChanged(int pos);
 };
 
 #endif