]> git.sesse.net Git - kdenlive/blobdiff - src/effectstack/collapsibleeffect.h
Fix effect stack global enable/disable checkbox
[kdenlive] / src / effectstack / collapsibleeffect.h
index 6b12a873dcf015b444907a785a338359477d3d25..530a53e56305a0bb29190558e93e2c7c56845758 100644 (file)
@@ -149,7 +149,7 @@ public:
 
 public slots:
     void slotSyncEffectsPos(int pos);
-    void slotEnable(bool enable);
+    void slotEnable(bool enable, bool updateMainStatus = true);
     void slotResetEffect();
 
 private slots:
@@ -185,7 +185,7 @@ protected:
 signals:
     void parameterChanged(const QDomElement, const QDomElement, int);
     void syncEffectsPos(int);
-    void effectStateChanged(bool, int ix = -1);
+    void effectStateChanged(bool, int ix = -1, bool updateMainStatus = true);
     void deleteEffect(const QDomElement);
     void changeEffectPosition(int, bool);
     void activateEffect(int);