]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Cleanup some timeline operations
[kdenlive] / src / customtrackview.h
index f4e729611b8fc470a3a05055a3990f7306e77977..5503ea55fd4a685790cf13feb20301b3b3d27dd5 100644 (file)
@@ -411,7 +411,7 @@ private:
     ClipItem *getClipUnderCursor() const;
     AbstractClipItem *getMainActiveClip() const;
     void resetSelectionGroup(bool selectItems = true);
-    void groupSelectedItems(QList <QGraphicsItem *> selection = QList <QGraphicsItem *>(), bool force = false, bool createNewGroup = false, bool selectNewGroup = false);
+    void groupSelectedItems(QList <QGraphicsItem *> selection = QList <QGraphicsItem *>(), 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) */