]> git.sesse.net Git - kdenlive/blobdiff - src/onmonitoritems/rotoscoping/bpointitem.h
rotoscoping: allow adding new points to the spline
[kdenlive] / src / onmonitoritems / rotoscoping / bpointitem.h
index 7cb73db753a33d1ccb3d9f37fa8e8fb371bed41f..5dfddfadbcb8f036c4b4b1549da49175fcebfce0 100644 (file)
@@ -30,6 +30,7 @@ public:
     BPointItem(BPoint point, QGraphicsItem* parent = 0);
 
     BPoint getPoint();
+    void setPoint(BPoint point);
 
     enum { Type = UserType + 11 };
     virtual int type() const;