]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackview.h
Bezier Spline: Fix point entries remaining active for a point not existing anymore...
[kdenlive] / src / effectstackview.h
index 1336cbfda5a510c73459d533abe1fae36ef5a117..29ba056f0665d8ac923e0b79a396a4d6c4361022 100644 (file)
@@ -139,6 +139,9 @@ private slots:
     /** @brief Pass position changes of the timeline cursor to the effects to keep their local timelines in sync. */
     void slotRenderPos(int pos);
 
+    /** @brief Shows/Hides the comment box and emits showComments to notify the parameter widgets to do the same. */
+    void slotShowComments();
+
 signals:
     void removeEffect(ClipItem*, int, QDomElement);
     /**  Parameters for an effect changed, update the filter in playlist */