X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Feffectstackview.h;h=e87b8289284c389f3351a6effff33bae3291e8a8;hb=6a95ea70e8434b1ea36d910cec2d958aa92e73c1;hp=c78c02db164dae850c7c59b3c19c08c49e3af868;hpb=2b77390fdc4a38d58407cc483430b07b7570f222;p=kdenlive diff --git a/src/effectstackview.h b/src/effectstackview.h index c78c02db..e87b8289 100644 --- a/src/effectstackview.h +++ b/src/effectstackview.h @@ -139,8 +139,8 @@ 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()); + /** @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); @@ -160,6 +160,7 @@ signals: /** The region effect for current effect was changed */ void updateClipRegion(ClipItem*, int, QString); void displayMessage(const QString&, int); + void showComments(bool show); }; #endif