]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
* Fix pasting of keyframe effects:
[kdenlive] / src / customtrackview.h
index 88275ca6ec6cda7a5cb19943cda92e319491b189..115c989978cffefd7c678e75fd68bb66c68b56bc 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, QDomElement xml);
 
 private slots:
     void slotRefreshGuides();