]> git.sesse.net Git - kdenlive/blobdiff - src/geometryval.h
use --i
[kdenlive] / src / geometryval.h
index 740d6dd3533d8f2a79cca05565961e27fe8acaaa..96c9f5bd9fc3917445e887d396419dbbe2dfc215 100644 (file)
@@ -40,7 +40,7 @@ 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;