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