]> git.sesse.net Git - kdenlive/blobdiff - src/effectstack/effectstackview2.h
New widget for effect group
[kdenlive] / src / effectstack / effectstackview2.h
index a3ab02f02d8db433e1590c4d597f62b6cf46567b..431af94b69e978ec4b84fce8fb642367df689fef 100644 (file)
@@ -27,6 +27,7 @@
 #include "ui_effectstack2_ui.h"
 #include "effectstackedit.h"
 #include "collapsibleeffect.h"
+#include "collapsiblegroup.h"
 
 class EffectsList;
 class ClipItem;
@@ -157,10 +158,10 @@ private slots:
       ** @param group the effect on which the effect was dropped
       ** @param lastEffectIndex the last effect index in the group, effect will be inserted after that index
       */
-    void slotMoveEffect(int currentIndex, int newIndex, CollapsibleEffect* target);
+    void slotMoveEffect(int currentIndex, int newIndex, int groupIndex);
     
     /** @brief Remove effects from a group */
-    void slotUnGroup(CollapsibleEffect* group);
+    void slotUnGroup(CollapsibleGroup* group);
     
     /** @brief Add en effect to selected clip */
     void slotAddEffect(QDomElement effect);