]> git.sesse.net Git - kdenlive/blobdiff - src/effectstack/collapsibleeffect.h
Merge branch 'audioAlign'
[kdenlive] / src / effectstack / collapsibleeffect.h
index 0572f7e15d3eaf78e4040e42fd570a85668fd4b5..138e8c331f4c5c80bc2daf4997794d0368e12431 100644 (file)
@@ -76,7 +76,7 @@ public:
 
 public slots:
     void slotSyncEffectsPos(int pos);
-    void slotEnable(bool enable, bool updateMainStatus = true);
+    void slotEnable(bool enable, bool emitInfo = true);
     void slotResetEffect();
 
 private slots:
@@ -121,7 +121,7 @@ protected:
 signals:
     void parameterChanged(const QDomElement, const QDomElement, int);
     void syncEffectsPos(int);
-    void effectStateChanged(bool, int ix = -1, bool updateMainStatus = true);
+    void effectStateChanged(bool, int ix, bool effectNeedsMonitorScene);
     void deleteEffect(const QDomElement);
     void activateEffect(int);
     void checkMonitorPosition(int);