X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgeometryval.h;h=a0215a80cb1c5d678ba0231d5befdc8b4f2d0aeb;hb=c0ce09e2c0f5a8237b30afb54d91f5ef271d9cc9;hp=a337d594cc9d181827bc1b3c82c8d7f577cd881e;hpb=b6a63f517f9c93311bd5b119d6c30a85cca7edc4;p=kdenlive diff --git a/src/geometryval.h b/src/geometryval.h index a337d594..a0215a80 100644 --- a/src/geometryval.h +++ b/src/geometryval.h @@ -34,18 +34,17 @@ //class QGraphicsScene; class GraphicsSceneRectMove; class QGraphicsRectItem; -class QMouseEvent; class Geometryval : public QWidget, public Ui::Geometryval { Q_OBJECT public: - explicit Geometryval(const MltVideoProfile &profile, Timecode t, QPoint frame_size, int startPoint = 0, QWidget* parent = 0); + explicit Geometryval(const MltVideoProfile &profile, const Timecode &t, const QPoint &frame_size, int startPoint = 0, QWidget* parent = 0); 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);