]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Fix pasting of keyframe effects:
[kdenlive] / src / customtrackview.h
index 88275ca6ec6cda7a5cb19943cda92e319491b189..aaa0a9fb3d87a4856a33dd9cf34cb7cfe34ed52b 100644 (file)
@@ -270,6 +270,8 @@ private:
     /** Adjust clips under another one when working in overwrite mode */
     void adjustTimelineClips(EDITMODE mode, ClipItem *item, ItemInfo posinfo, QUndoCommand *command);
     void adjustTimelineTransitions(EDITMODE mode, Transition *item, QUndoCommand *command);
+    /** Adjust keyframes when pasted to another clip */
+    void adjustKeyfames(GenTime oldstart, GenTime newstart, GenTime duration, QDomElement xml);
 
 private slots:
     void slotRefreshGuides();