X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcustomtrackview.h;h=5503ea55fd4a685790cf13feb20301b3b3d27dd5;hb=27ac7e68c934a04d2922986b07ea8e5dde2cad50;hp=f4e729611b8fc470a3a05055a3990f7306e77977;hpb=a3b7e870f1b6e72ec3a34d342dbdc03215780063;p=kdenlive diff --git a/src/customtrackview.h b/src/customtrackview.h index f4e72961..5503ea55 100644 --- a/src/customtrackview.h +++ b/src/customtrackview.h @@ -411,7 +411,7 @@ private: ClipItem *getClipUnderCursor() const; AbstractClipItem *getMainActiveClip() const; void resetSelectionGroup(bool selectItems = true); - void groupSelectedItems(QList selection = QList (), bool force = false, bool createNewGroup = false, bool selectNewGroup = false); + void groupSelectedItems(QList selection = QList (), 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) */