X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcustomtrackview.h;h=7db48f597959e7694603ca20248f7ec8b6c7220d;hb=e5bed1802f629406c47711f2a6e26f7c0286b11f;hp=328dcc43ac8425884ac8c6d2eb5285e9b78de8fa;hpb=d4acad82cb756cafadc7a8461aab19ccec96168e;p=kdenlive diff --git a/src/customtrackview.h b/src/customtrackview.h index 328dcc43..7db48f59 100644 --- a/src/customtrackview.h +++ b/src/customtrackview.h @@ -304,8 +304,8 @@ public slots: /** @brief Get effect parameters ready for MLT*/ static void adjustEffectParameters(EffectsParameterList ¶meters, 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);