]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
make slot names more kdenlive conform
[kdenlive] / src / customtrackview.h
index 328dcc43ac8425884ac8c6d2eb5285e9b78de8fa..7db48f597959e7694603ca20248f7ec8b6c7220d 100644 (file)
@@ -304,8 +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();
+       /** @brief Move playhead to mouse curser position if defined key is pressed */
+    void slotAlignPlayheadToMousePos();
 
 protected:
     virtual void drawBackground(QPainter * painter, const QRectF & rect);