]> git.sesse.net Git - kdenlive/blobdiff - src/keyframeedit.h
Fix issues with double values in effects drag widget, now the new LADSPA effects...
[kdenlive] / src / keyframeedit.h
index 9c8716a2188cd6ef1f0d37323000af89713031ec..210192e48a8c653b125bbd7548d8c5ff843d5c23 100644 (file)
@@ -121,7 +121,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);