]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackedit.h
Fix monitor scene shown at inappropriate times when used in a effect (instead of...
[kdenlive] / src / effectstackedit.h
index 1ecf626339b4e3fbb3444cc490a8e08758f7e157..78e7b52a43e6acffc5e36c919b1fb0bac17e44f2 100644 (file)
@@ -73,7 +73,7 @@ private:
 
 public slots:
     /** \brief Called when an effect is selected, builds the UIĀ for this effect */
-    void transferParamDesc(const QDomElement, int, int , int);
+    void transferParamDesc(const QDomElement d, int pos, int in, int out, bool isEffect = true);
     void slotSliderMoved(int);
     /** \brief Called whenever(?) some parameter is changed in the gui.
      *
@@ -84,6 +84,7 @@ signals:
     void parameterChanged(const QDomElement, const QDomElement);
     void seekTimeline(int);
     void displayMessage(const QString&, int);
+    void checkMonitorPosition(int);
 };
 
 #endif