X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcustomtrackview.h;h=aaa0a9fb3d87a4856a33dd9cf34cb7cfe34ed52b;hb=554f7c8ccac5fe18f2f88394260b3a268a24bd81;hp=88275ca6ec6cda7a5cb19943cda92e319491b189;hpb=eaaf64be489061c5163df84a5782f578624fd681;p=kdenlive diff --git a/src/customtrackview.h b/src/customtrackview.h index 88275ca6..aaa0a9fb 100644 --- a/src/customtrackview.h +++ b/src/customtrackview.h @@ -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();