]> git.sesse.net Git - kdenlive/blobdiff - src/cornerswidget.h
corners: Add keyframe by double-clicking on the monitor
[kdenlive] / src / cornerswidget.h
index 35f8638f8b3938793402043de43bf4aa0e6f1aa1..6f13846c3e43754b41bd54bc2e3a83108e323eb6 100644 (file)
@@ -73,6 +73,9 @@ private slots:
     /** @brief Updates the keyframe editor according to the on-monitor item. */
     void slotUpdateProperties();
 
+    /** @brief Inserts a keyframe at the current (playback) position (m_pos). */
+    void slotInsertKeyframe();
+
     /** @brief Shows/Hides the lines connecting the corners in the on-monitor item according to @param show. */
     void slotShowLines(bool show = true);