]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
move playhead to mouse curser position if p key is pressed
[kdenlive] / src / mainwindow.h
index 4833d77b85657129fd46b99aeec88e3fe5591cf7..3e8445f196346904c26c9c4f52ff0649a609a1f4 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);
+    /** @brief Move playhead to mouse curser position if p key is pressed */
+    void slotOnPlayheadKeyPressed();
 
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);