]> git.sesse.net Git - kdenlive/blobdiff - src/effectstack/effectstackview2.h
collapsible effects cleanup
[kdenlive] / src / effectstack / effectstackview2.h
index 3de1b69c676e0848690845c2d71842acc967be00..6a6cdcc012a1dd23e64568210507b84d62126bec 100644 (file)
@@ -143,9 +143,9 @@ private slots:
     void slotUpdateEffectParams(const QDomElement old, const QDomElement e, int ix);
 
     /** @brief Move an effect in the stack.
-     * @param index The effect index in the stack
+     * @param indexes The list of effect index in the stack
      * @param up true if we want to move effect up, false for down */
-    void slotMoveEffectUp(int index, bool up);
+    void slotMoveEffectUp(QList <int> indexes, bool up);
 
     /** @brief Delete an effect in the stack. */
     void slotDeleteEffect(const QDomElement effect);