]> git.sesse.net Git - kdenlive/blobdiff - src/customruler.h
Start fixing timeline view/ruler sync
[kdenlive] / src / customruler.h
index 5ee1a38f8e712b24042a480418fad6201d13d2ca..e4b1affcb560e4806e2541df00ed5c361a3e975a 100644 (file)
@@ -21,9 +21,12 @@ class CustomRuler : public KRuler
   private:
     int m_cursorPosition;
     Timecode m_timecode;
+    void slotMoveCursor( int _value, bool emitSignal );
 
   public slots:
     void slotNewValue ( int _value, bool emitSignal = false );
+    void slotMoveRuler (int newPos);
+
 
   signals:
     void cursorMoved(int);