]> git.sesse.net Git - kdenlive/blobdiff - src/transitionsettings.h
Create dialog on heap instead of stack [krazy 5/37] by Mikko Rapeli
[kdenlive] / src / transitionsettings.h
index 0a31e2a0550a1ea73fbf9d60f961218e4f41eb3c..118d13b12baaffcae8fe6475b7ea2683e6402b0e 100644 (file)
@@ -50,12 +50,15 @@ private:
 public slots:
     void slotTransitionItemSelected(Transition* t, int nextTrack, QPoint p, bool update);
     void slotTransitionChanged(bool reinit = true, bool updateCurrent = false);
-    void slotUpdateEffectParams(const QDomElement&, const QDomElement&);
+    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);
+    void slotSeekTimeline(int pos);
+    void slotCheckMonitorPosition(int renderPos);
 
 signals:
     void transitionUpdated(Transition *, QDomElement);