X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcustomtrackview.h;h=f4175ab3f3d9ba96018652a7751ae63e4090ca96;hb=146401c889b3095afda7d4d063ba66eb1429e176;hp=afde5018d51a83508628b37c949b957327940af0;hpb=b433ac9ad1dc089695a0250d5806c9d33e8183b3;p=kdenlive diff --git a/src/customtrackview.h b/src/customtrackview.h index afde5018..f4175ab3 100644 --- a/src/customtrackview.h +++ b/src/customtrackview.h @@ -472,9 +472,8 @@ signals: void mousePosition(int); /** @brief A clip was selected in timeline, update the effect stack * @param clip The clip - * @param ix The index of currently selected effect * @param raise If true, the effect stack widget will be raised (come to front). */ - void clipItemSelected(ClipItem *clip, int ix = -1, bool raise = true); + void clipItemSelected(ClipItem *clip, bool raise = true); void transitionItemSelected(Transition*, int track = 0, QPoint p = QPoint(), bool update = false); void activateDocumentMonitor(); void trackHeightChanged();