]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackview.h
Do not allow rendering to a frame rate different than current project's profile:
[kdenlive] / src / effectstackview.h
index c78c02db164dae850c7c59b3c19c08c49e3af868..e87b8289284c389f3351a6effff33bae3291e8a8 100644 (file)
@@ -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