]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Fix several timeline corruption when moving groups: http://kdenlive.org/mantis/view...
[kdenlive] / src / customtrackview.h
index 3312e74ebd95f561412b6bfe0e259bccd196119b..5515c7e8185b33dbf86033e677f87187ca16e5d6 100644 (file)
@@ -406,7 +406,7 @@ private:
     ClipItem *getClipUnderCursor() const;
     AbstractClipItem *getMainActiveClip() const;
     void resetSelectionGroup(bool selectItems = true);
-    void groupSelectedItems(bool force = false, bool createNewGroup = false);
+    void groupSelectedItems(QList <QGraphicsItem *> selection = QList <QGraphicsItem *>(), bool force = false, bool createNewGroup = false, bool selectNewGroup = false);
     /** Get available space for clip move (min and max free positions) */
     void getClipAvailableSpace(AbstractClipItem *item, GenTime &minimum, GenTime &maximum);
     /** Get available space for transition move (min and max free positions) */