]> git.sesse.net Git - kdenlive/blobdiff - src/timecodedisplay.h
Try to fix timecode error:
[kdenlive] / src / timecodedisplay.h
index 4a4232ed7798d4180bd1616f88dfb4df30c6230f..dc1b8f8961607e688c7661c0db448290eee6f919 100644 (file)
@@ -57,7 +57,7 @@ public:
     void setRange(int min, int max);
 
     /** @brief Returns the current input in frames. */
-    int value() const;
+    int getValue() const;
 
     /** @brief Returns the current input as a GenTime object. */
     GenTime gentime() const;