]> git.sesse.net Git - kdenlive/blobdiff - src/trackview.h
Make timeline's ruler time labels obey to frame <-> timecode setting
[kdenlive] / src / trackview.h
index ea4cf277658c115b99728d84c21553053cf05e87..efa5a230118c84e9f079c40625e41d4b55ff0f6f 100644 (file)
@@ -63,6 +63,10 @@ public:
     int outPoint() const;
     int inPoint() const;
     int fitZoom() const;
+    /** @brief Updates (redraws) the ruler.
+    *
+    * Used to change from displaying frames to timecode or vice versa. */
+    void updateRuler();
 
 protected:
     virtual void keyPressEvent(QKeyEvent * event);