X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=acba2873dcc8e3dfa3ed21188db0b26c82b2eb36;hb=ba471399b55c3b761ccc7aa5008c25bd43cfe90b;hp=141c7e246621c8ab7819631d95086a3e4f17cba0;hpb=76c9abb930245e56533fb0282b919deb33a6d126;p=kdenlive diff --git a/src/mainwindow.h b/src/mainwindow.h index 141c7e24..acba2873 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -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);