X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fgeometryval.h;h=a1557fc03f5bb6b05cb7340cf2f2848e253eff4a;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=96c9f5bd9fc3917445e887d396419dbbe2dfc215;hpb=7ac877ea57663a02e9042939aa51eb700fbe4301;p=kdenlive diff --git a/src/geometryval.h b/src/geometryval.h index 96c9f5bd..a1557fc0 100644 --- a/src/geometryval.h +++ b/src/geometryval.h @@ -22,7 +22,6 @@ #include #include #include -#include #include @@ -31,9 +30,9 @@ #include "keyframehelper.h" #include "timecodedisplay.h" -//class QGraphicsScene; class GraphicsSceneRectMove; class QGraphicsRectItem; +class QGraphicsView; class Geometryval : public QWidget, public Ui::Geometryval @@ -44,7 +43,7 @@ public: virtual ~Geometryval(); QDomElement getParamDesc(); QString getValue() const; - void setFrameSize(QPoint p); + void setFrameSize(const QPoint &p); /** @brief Updates the timecode display according to settings (frame number or hh:mm:ss:ff) */ void updateTimecodeFormat(); void slotUpdateRange(int inPoint, int outPoint);