]> git.sesse.net Git - kdenlive/blobdiff - src/keyframeedit.h
Fix zone snapping and color issues
[kdenlive] / src / keyframeedit.h
index 5a903755a91cabab9a1d53283f83745a7315334a..b79498daa4695d213d0a11a7eea2af3171cd9e0e 100644 (file)
@@ -84,6 +84,8 @@ public:
     void setupParam();
     void addParameter(QDomElement e);
     const QString getValue(const QString &name);
+    /** @brief Updates the timecode display according to settings (frame number or hh:mm:ss:ff) */
+    void updateTimecodeFormat();
 
 private:
     QList <QDomElement> m_params;
@@ -105,9 +107,6 @@ private:
     * @return timecode */
     QString getPosString(int pos);
 
-public slots:
-
-
 private slots:
     void slotDeleteKeyframe();
     void slotAddKeyframe();