]> git.sesse.net Git - kdenlive/blobdiff - src/geometryval.h
Remove unused variable
[kdenlive] / src / geometryval.h
index 740d6dd3533d8f2a79cca05565961e27fe8acaaa..a0215a80cb1c5d678ba0231d5befdc8b4f2d0aeb 100644 (file)
@@ -40,11 +40,11 @@ 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);