]> git.sesse.net Git - kdenlive/blobdiff - src/positionedit.h
Do not refresh monitor twice when seeking with left/right arrows
[kdenlive] / src / positionedit.h
index 2a2639781645a32613fd67245bdbc773de66a92d..dda7b8ee7d39d59622c9f346fe353417a3716201 100644 (file)
@@ -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);
+    
 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