]> git.sesse.net Git - kdenlive/blobdiff - src/transitionsettings.h
Fix crash when changing project profile
[kdenlive] / src / transitionsettings.h
index 0a31e2a0550a1ea73fbf9d60f961218e4f41eb3c..356a74deb42dc8057470f517627081c1487091c2 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 of the timeline cursor to the effects to keep their local timelines in sync. */
+    void slotRenderPos(int pos);
 
 signals:
     void transitionUpdated(Transition *, QDomElement);