X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=67f31ea10b723663a630c9371cdcbfcd84d39e61;hb=e5bed1802f629406c47711f2a6e26f7c0286b11f;hp=3e8445f196346904c26c9c4f52ff0649a609a1f4;hpb=d4acad82cb756cafadc7a8461aab19ccec96168e;p=kdenlive diff --git a/src/mainwindow.h b/src/mainwindow.h index 3e8445f1..67f31ea1 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -568,8 +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(); + /** @brief Move playhead to mouse curser position if defined key is pressed */ + void slotAlignPlayheadToMousePos(); signals: Q_SCRIPTABLE void abortRenderJob(const QString &url);