]> git.sesse.net Git - kdenlive/blobdiff - src/effectstack/effectstackview2.h
Cleanup & fix selected effect sometimes not showing selected state
[kdenlive] / src / effectstack / effectstackview2.h
index a5d80f933e6f4c8c565a997b7cab142072542ecd..48fa4f42196f3685639aa85dd07688ca7d6411fb 100644 (file)
@@ -102,18 +102,16 @@ private:
     /** @brief The current number of groups. */
     int m_groupIndex;
 
-    /** @brief Sets the list of effects according to the clip's effect list.
-    * @param ix Number of the effect to preselect */
-    void setupListView(int ix);
+    /** @brief Sets the list of effects according to the clip's effect list. */
+    void setupListView();
     
     /** @brief Build the drag info and start it. */
     void startDrag();
 
 public slots:
     /** @brief Sets the clip whose effect list should be managed.
-    * @param c Clip whose effect list should be managed
-    * @param ix Effect to preselect */
-    void slotClipItemSelected(ClipItem* c, int ix);
+    * @param c Clip whose effect list should be managed */
+    void slotClipItemSelected(ClipItem* c);
 
     void slotTrackItemSelected(int ix, const TrackInfo info);