]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackview.h
cleanup: Get rid of unnecessary string to int conversions
[kdenlive] / src / effectstackview.h
index 29ba056f0665d8ac923e0b79a396a4d6c4361022..e87b8289284c389f3351a6effff33bae3291e8a8 100644 (file)
@@ -160,7 +160,7 @@ signals:
     /** The region effect for current effect was changed */
     void updateClipRegion(ClipItem*, int, QString);
     void displayMessage(const QString&, int);
-    void showComments();
+    void showComments(bool show);
 };
 
 #endif