]> git.sesse.net Git - kdenlive/blobdiff - src/timecodedisplay.h
Fix timecode widget sometimes emitting value changed twice causing unnecessary refresh
[kdenlive] / src / timecodedisplay.h
index e3ae03f7ca83eb361f425d3ed0be60d5ad6fadf0..97bd353eaf1f1dbb2f84fdeb8fe56b4cc76dc1a4 100644 (file)
@@ -93,7 +93,7 @@ public slots:
     void setValue(const QString &value);
     void setValue(GenTime value);
 
-    /** @brief Sets value's format accorrding to Kdenlive's settings.
+    /** @brief Sets value's format according to Kdenlive's settings.
     * @param t (optional, if already existing) Timecode object to use */
     void slotUpdateTimeCodeFormat();
 
@@ -108,12 +108,12 @@ signals:
      * @param final if the value is final ie not produced during sliding (on slider release it's final)
      */
     void valueChanged(int value, bool final);
-    void editingFinished();
+    void timeCodeEditingFinished();
 
 protected:
     virtual void keyPressEvent(QKeyEvent *e);
     virtual void mouseReleaseEvent(QMouseEvent *);
-//    virtual void wheelEvent(QWheelEvent *e);
+    virtual void wheelEvent(QWheelEvent *e);
     virtual QAbstractSpinBox::StepEnabled stepEnabled () const;
 
 };