]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackedit.h
Fix startup crash
[kdenlive] / src / effectstackedit.h
index d58a97d7fcb794251a7687cd910a7a7f2e54a2a2..e6ef5557eb70f0c52b7af842faa67cda1b4a20f4 100644 (file)
@@ -84,10 +84,12 @@ private:
 public slots:
     /** @brief Called when an effect is selected, builds the UIĀ for this effect. */
     void transferParamDesc(const QDomElement d, int pos, int in, int out, bool isEffect = true);
+
     /** @brief Called whenever(?) some parameter is changed in the gui.
      *
      * Transfers all Dynamic gui parameter settings into m_params(??) */
     void collectAllParameters();
+
     /** @brief Pass position changes of the timeline cursor to the effects to keep their local timelines in sync. */
     void slotSyncEffectsPos(int pos);
 
@@ -97,6 +99,7 @@ signals:
     void displayMessage(const QString&, int);
     void checkMonitorPosition(int);
     void syncEffectsPos(int pos);
+    void showComments();
 };
 
 #endif