]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackedit.h
Allow to add image sequence through the usual "add clip" dialog
[kdenlive] / src / effectstackedit.h
index 78e7b52a43e6acffc5e36c919b1fb0bac17e44f2..fa1f1f4459a528c3abcc46bb797c659cb298ff90 100644 (file)
@@ -79,12 +79,15 @@ public slots:
      *
      * Transfers all Dynamic gui parameter settings into m_params(??) */
     void collectAllParameters();
+    /** @brief Pass position changes of the timeline cursor to the effects to keep their local timelines in sync. */
+    void slotSyncEffectsPos(int pos);
 
 signals:
     void parameterChanged(const QDomElement, const QDomElement);
     void seekTimeline(int);
     void displayMessage(const QString&, int);
     void checkMonitorPosition(int);
+    void syncEffectsPos(int pos);
 };
 
 #endif