]> git.sesse.net Git - kdenlive/blobdiff - src/keyframeedit.h
Do not show the keyframe table if only one keyframe exists. Instead show a button...
[kdenlive] / src / keyframeedit.h
index b79498daa4695d213d0a11a7eea2af3171cd9e0e..4d3e5747da17af75d83d0ee109a4783e2c0563f2 100644 (file)
@@ -117,6 +117,9 @@ private slots:
     /** @brief Turns the seek to keyframe position setting on/off.
     * @param state State of the associated checkbox */
     void slotSetSeeking(int state);
+
+    /** @brief Shows the keyframe table and adds a second keyframe. */
+    void slotKeyframeMode();
     //void slotSaveCurrentParam(QTreeWidgetItem *item, int column);
 
 signals: