]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackview.h
Add center-crop option to slideshow clip.
[kdenlive] / src / effectstackview.h
index 7bea226ca6b5717e09a92ce4bde424e33b83fa77..02229adb5e3a0e8ba410b7352a17f2e91e2df8b2 100644 (file)
@@ -80,7 +80,7 @@ public slots:
     * @param ix Effect to preselect */
     void slotClipItemSelected(ClipItem* c, int ix);
 
-    void slotTrackItemSelected(int ix, EffectsList list);
+    void slotTrackItemSelected(int ix, const TrackInfo info);
 
     /** @brief Emits updateClipEffect.
     * @param old Old effect information
@@ -123,8 +123,8 @@ private slots:
     /** @brief Sets the check state of all effects according to @param state. */
     void slotCheckAll(int state);
 
-    /** @brief Define the region filter for current effect. */
-    void slotRegionChanged();
+    /* @brief Define the region filter for current effect.
+    void slotRegionChanged();*/
 
     /** @brief Checks whether the monitor scene has to be displayed. */
     void slotCheckMonitorPosition(int renderPos);