]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Merge branch 'master' into feature/pkey
[kdenlive] / src / mainwindow.h
index 141c7e246621c8ab7819631d95086a3e4f17cba0..acba2873dcc8e3dfa3ed21188db0b26c82b2eb36 100644 (file)
@@ -568,6 +568,8 @@ private slots:
     void slotSaveTimelineClip();
     /** @brief Process keyframe data sent from a clip to effect / transition stack. */
     void slotProcessImportKeyframes(GRAPHICSRECTITEM type, const QString& data, int maximum);
+    /** @brief Move playhead to mouse curser position if defined key is pressed */
+    void slotAlignPlayheadToMousePos();
 
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);