]> git.sesse.net Git - kdenlive/blobdiff - src/abstractgroupitem.h
Cleaning code style of Definitions.
[kdenlive] / src / abstractgroupitem.h
index 91792be7aca28620c99a48812d3454530a0cc4ef..3e0594ec824ebd7ec03acb0fd7833b5611d41f25 100644 (file)
@@ -71,8 +71,8 @@ protected:
 
 private:
     void fixItemRect();
-    QPainterPath groupShape(GRAPHICSRECTITEM type, const QPointF &offset) const;
-    QPainterPath spacerGroupShape(GRAPHICSRECTITEM type, const QPointF &offset) const;
+    QPainterPath groupShape(GraphicsRectItem type, const QPointF &offset) const;
+    QPainterPath spacerGroupShape(GraphicsRectItem type, const QPointF &offset) const;
     /** Stores the original info of the items beeing resized. */
     QList <ItemInfo> m_resizeInfos;
 };