]> git.sesse.net Git - kdenlive/blobdiff - src/positionedit.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / positionedit.h
index dda7b8ee7d39d59622c9f346fe353417a3716201..ba6e4a5b4debec4a90343403fc87d0c125fb600a 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
-                          geomeytrval.h  -  description
+                          positionedit.h  -  description
                              -------------------
     begin                : 03 Aug 2008
     copyright            : (C) 2008 by Marco Gittler
@@ -30,14 +30,14 @@ class PositionEdit : public QWidget
 {
     Q_OBJECT
 public:
-    explicit PositionEdit(const QString name, int pos, int min, int max, const Timecode tc, QWidget* parent = 0);
-    virtual ~PositionEdit();
+    explicit PositionEdit(const QString &name, int pos, int min, int max, const Timecode& tc, QWidget* parent = 0);
+    ~PositionEdit();
     int getPosition() const;
     void setPosition(int pos);
     void updateTimecodeFormat();
 
 public slots:
-    void setRange(int min, int max);
+    void setRange(int min, int max, bool absolute = false);
     
 private:
     TimecodeDisplay *m_display;