]> git.sesse.net Git - kdenlive/blobdiff - src/timecodedisplay.h
MLT now supports rendering to another framerate, so allow it in render dialog
[kdenlive] / src / timecodedisplay.h
index a18f757f08ddb464db497d33b7c06375be83bb61..484841da3c4d957310f1b06cb5fc3143086686b7 100644 (file)
@@ -83,6 +83,7 @@ private:
     bool m_frametimecode;
     int m_minimum;
     int m_maximum;
+    int m_value;
 
 public slots:
     /** @brief Sets the value.
@@ -99,11 +100,6 @@ public slots:
 private slots:
     void slotEditingFinished();
 
-    /** @brief Updates the selection when the cursor position changed.
-     * The digit after the cursor will be selected.
-     * This makes it easier to edit the timecode. */
-    void slotCursorPositionChanged(int oldPos, int newPos);
-
 signals:
     /**
      * Emitted every time the value changes (by calling setValue() or