]> git.sesse.net Git - kdenlive/blobdiff - src/positionedit.h
Fix render dialog popping up after clicking on new project (leave it only for KDE...
[kdenlive] / src / positionedit.h
index 2a2639781645a32613fd67245bdbc773de66a92d..2c5f243b9f1ed2a5a1b778fb3f9e152825a5e4f3 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
-                          geomeytrval.h  -  description
+                          positionedit.h  -  description
                              -------------------
     begin                : 03 Aug 2008
     copyright            : (C) 2008 by Marco Gittler
@@ -35,8 +35,10 @@ public:
     int getPosition() const;
     void setPosition(int pos);
     void updateTimecodeFormat();
-    void setRange(int min, int max);
 
+public slots:
+    void setRange(int min, int max, bool absolute = false);
+    
 private:
     TimecodeDisplay *m_display;
     QSlider *m_slider;
@@ -45,7 +47,7 @@ private slots:
     void slotUpdatePosition();
 
 signals:
-    void parameterChanged(int pos);
+    void parameterChanged(int pos = 0);
 };
 
 #endif