]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
make slot names more kdenlive conform
[kdenlive] / src / mainwindow.h
index 3e8445f196346904c26c9c4f52ff0649a609a1f4..67f31ea10b723663a630c9371cdcbfcd84d39e61 100644 (file)
@@ -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);