X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcustomtrackview.h;h=f4e729611b8fc470a3a05055a3990f7306e77977;hb=b8684fb22577d9e5b19944d814840187690b51c2;hp=344a01a25565a91df13512c9eb0a641fc19978b9;hpb=bf5a5feff2432c0d9be38d0782c2d3ec10cd6739;p=kdenlive diff --git a/src/customtrackview.h b/src/customtrackview.h index 344a01a2..f4e72961 100644 --- a/src/customtrackview.h +++ b/src/customtrackview.h @@ -307,6 +307,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);