]> git.sesse.net Git - kdenlive/blobdiff - src/keyframeedit.h
stability update: make sure we don't interrupt MLT when we just requested a consumer...
[kdenlive] / src / keyframeedit.h
index 9c8716a2188cd6ef1f0d37323000af89713031ec..165ccc1734514766e72dc24b880aac52dcf5ec06 100644 (file)
@@ -94,6 +94,10 @@ public:
     /** @brief Makes the first parameter visible in timeline if no parameter is selected. */
     void checkVisibleParam();
 
+public slots:
+
+    void slotUpdateRange(int inPoint, int outPoint);
+
 protected:
     /** @brief Gets the position of a keyframe from the table.
      * @param row Row of the keyframe in the table */
@@ -121,7 +125,7 @@ private slots:
     void slotAddKeyframe();
     void slotGenerateParams(int row, int column);
     void slotAdjustKeyframePos(int value);
-    void slotAdjustKeyframeValue(int value);
+    void slotAdjustKeyframeValue(double value);
     /** @brief Turns the seek to keyframe position setting on/off.
     * @param seek true = seeking on */
     void slotSetSeeking(bool seek);