]> git.sesse.net Git - kdenlive/blobdiff - src/abstractgroupitem.h
This will hopefully fix most clip & group move issues. Should solve points b) and...
[kdenlive] / src / abstractgroupitem.h
index 88f7008a022e156dda8cab4efd126b773a38ad29..0c0c3009e5319c3e068694f337462e870b0712aa 100644 (file)
@@ -41,7 +41,7 @@ protected:
     virtual void paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget *);
 
 private:
-    QPolygonF groupShape(QPointF);
+    QPainterPath groupShape(QPointF);
     void fixItemRect();
     double m_fps;
 };