X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcustomtrackview.h;h=bdaa74615ced455dc0a4194b50fccfabb742d120;hb=71e41ad0c197e2e2eb033dff7800427f64d3428f;hp=3312e74ebd95f561412b6bfe0e259bccd196119b;hpb=7d497f69997e1b4734c66d0dcd29a2ca7e252e69;p=kdenlive diff --git a/src/customtrackview.h b/src/customtrackview.h index 3312e74e..bdaa7461 100644 --- a/src/customtrackview.h +++ b/src/customtrackview.h @@ -304,6 +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 defined key is pressed */ + void slotAlignPlayheadToMousePos(); protected: virtual void drawBackground(QPainter * painter, const QRectF & rect);