]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Fix spacer timeline corruption, fix possible corruption when moving a group with...
[kdenlive] / src / customtrackview.h
index db54f1d3c485cd306e6a1d80849d8336ee7c8b36..2370fc7b11239bedcd851a090157a7587c07b9f6 100644 (file)
@@ -252,6 +252,8 @@ private:
     void updateClipTypeActions(ClipItem *clip);
     /** Whether an item can be moved to a new position without colliding with similar items */
     bool itemCollision(AbstractClipItem *item, ItemInfo newPos);
+    /** Selects all items in the scene rect, and sets ok to false if a group going over several tracks is found in it */
+    QList<QGraphicsItem *> checkForGroups(const QRectF &rect, bool &ok);
 
 private slots:
     void slotRefreshGuides();