]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
move playhead to mouse curser position if p key is pressed
[kdenlive] / src / customtrackview.h
index 74f9b9e3349ffabcc59f3fc281e109007daa355d..328dcc43ac8425884ac8c6d2eb5285e9b78de8fa 100644 (file)
@@ -304,6 +304,8 @@ public slots:
 
     /** @brief Get effect parameters ready for MLT*/
     static void adjustEffectParameters(EffectsParameterList &parameters, QDomNodeList params, MltVideoProfile profile, const QString &prefix = QString());
+       /** @brief Move playhead to mouse curser position if p key is pressed */
+    void slotOnPlayheadKeyPressed();
 
 protected:
     virtual void drawBackground(QPainter * painter, const QRectF & rect);