X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcustomtrackview.h;h=5503ea55fd4a685790cf13feb20301b3b3d27dd5;hb=2a899d6e8593fed7dfe4b42e55b3004dbc94bbdb;hp=f4e729611b8fc470a3a05055a3990f7306e77977;hpb=6c819d9cd57a199efc99ec3f6a4a54eae9a232c0;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) */