X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=3e8445f196346904c26c9c4f52ff0649a609a1f4;hb=d4acad82cb756cafadc7a8461aab19ccec96168e;hp=dff7177a77a4b7159de30a56387e54b6022d6278;hpb=e5d7ec0b184543b85c9671d6ef072c1cb4437bb6;p=kdenlive diff --git a/src/mainwindow.h b/src/mainwindow.h index dff7177a..3e8445f1 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -499,7 +499,7 @@ private slots: void slotShowTimeline(bool show); void slotMaximizeCurrent(bool show); void slotTranscode(KUrl::List urls = KUrl::List()); - void slotStabilize(); + void slotStartClipAction(); void slotTranscodeClip(); /** @brief Archive project: creates a copy of the project file with all clips in a new folder. */ void slotArchiveProject(); @@ -566,6 +566,10 @@ private slots: void slotChangePalette(); /** @brief Save current timeline clip as mlt playlist. */ void slotSaveTimelineClip(); + /** @brief Process keyframe data sent from a clip to effect / transition stack. */ + void slotProcessImportKeyframes(GRAPHICSRECTITEM type, const QString& data); + /** @brief Move playhead to mouse curser position if p key is pressed */ + void slotOnPlayheadKeyPressed(); signals: Q_SCRIPTABLE void abortRenderJob(const QString &url);