]> git.sesse.net Git - kdenlive/blobdiff - src/abstractgroupitem.h
use const+reference
[kdenlive] / src / abstractgroupitem.h
index c68d22378d8c556caac56b1d222167cd40612d68..0f16f32e193f12ce6bbee1b1563581353b580930 100644 (file)
@@ -41,6 +41,7 @@ public:
     void removeItem(QGraphicsItem * item);
     int track() const;
     QPainterPath clipGroupShape(QPointF offset) const;
+    QPainterPath clipGroupSpacerShape(QPointF offset) const;
     QPainterPath transitionGroupShape(QPointF offset) const;
     void setItemLocked(bool locked);
     bool isItemLocked() const;
@@ -71,6 +72,7 @@ protected:
 private:
     void fixItemRect();
     QPainterPath groupShape(GRAPHICSRECTITEM type, QPointF offset) const;
+    QPainterPath spacerGroupShape(GRAPHICSRECTITEM type, QPointF offset) const;
     /** Stores the original info of the items beeing resized. */
     QList <ItemInfo> m_resizeInfos;
 };