]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackview.h
Use label at the bottom of the effect stack instead of tooltips for showing parameter...
[kdenlive] / src / effectstackview.h
index 1c7cb83006e3d6b6c34815eb22660745b6c59fee..c78c02db164dae850c7c59b3c19c08c49e3af868 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 Sets the parameter explaining comment to @param comment. */
+    void slotUpdateComment(const QString &comment = QString());
+
 signals:
     void removeEffect(ClipItem*, int, QDomElement);
     /**  Parameters for an effect changed, update the filter in playlist */