]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
Fix keyframes corruption:
[kdenlive] / src / clipitem.h
index d55c659d95dfeade51837e9b065da6350006dff9..e764dd648639ec72604dc1afbbc82d74ff5cb7d9 100644 (file)
@@ -116,7 +116,9 @@ public:
     bool isAudioOnly() const;
     /** Called when clip start is resized, adjust keyframes values */
     bool checkEffectsKeyframesPos(const int previous, const int current, bool fromStart);
-    void insertKeyframe(QDomElement effect, const int pos, const int val);
+    void insertKeyframe(QDomElement effect, int pos, int val);
+    void movedKeyframe(QDomElement effect, int oldpos, int newpos, double value);
+    void updateKeyframes(QDomElement effect);
 
 protected:
     //virtual void mouseMoveEvent(QGraphicsSceneMouseEvent * event);