]> git.sesse.net Git - kdenlive/blobdiff - src/abstractgroupitem.h
- Fix split audio with locked audio tracks
[kdenlive] / src / abstractgroupitem.h
index c6c5952167d6eace483128a5e7d62409af360866..45ed065667b3ebdc597519c9423ac9cba8aa9f25 100644 (file)
@@ -39,8 +39,8 @@ public:
     CustomTrackScene* projectScene();
     void addItem(QGraphicsItem * item);
     int track() const;
-    QPainterPath clipGroupShape(QPointF) const;
-    QPainterPath transitionGroupShape(QPointF) const;
+    QPainterPath clipGroupShape(QPointF offset) const;
+    QPainterPath transitionGroupShape(QPointF offset) const;
     void setItemLocked(bool locked);
     bool isItemLocked() const;
     //    ItemInfo info() const;
@@ -55,6 +55,7 @@ protected:
 
 private:
     void fixItemRect();
+    QPainterPath groupShape(GRAPHICSRECTITEM type, QPointF offset) const;
 };
 
 #endif