X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcustomtrackview.h;h=42341874912e805f8d58758e023836bbeca2cd98;hb=09194484c415d7a7645bcf7c2245cc753059ea4c;hp=f27f9710d489ee7a850bf5f1e3d6bcdbd30c49e8;hpb=d385077e0eab07915166924ca41d9fa807072cf0;p=kdenlive diff --git a/src/customtrackview.h b/src/customtrackview.h index f27f9710..42341874 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);