]> git.sesse.net Git - kdenlive/blobdiff - src/transitionsettings.h
Keep timeline cursor position in sync with local timelines of effects:
[kdenlive] / src / transitionsettings.h
index 0a31e2a0550a1ea73fbf9d60f961218e4f41eb3c..81d652c110ce228dd401898f7bb275160f5f52e8 100644 (file)
@@ -53,9 +53,10 @@ public slots:
     void slotUpdateEffectParams(const QDomElement&, const QDomElement&);
 
 private slots:
-
     /** @brief Sets the new B track for the transition (automatic or forced). */
     void slotTransitionTrackChanged();
+    /** @brief Pass position changes in project monitor/timline to the effects to keep their local timelines in sync. */
+    void slotRenderPos(int pos);
 
 signals:
     void transitionUpdated(Transition *, QDomElement);