X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Feffectstackview.h;h=1c7cb83006e3d6b6c34815eb22660745b6c59fee;hb=43434c7ddde371a4948e981d9c89d8a873e954e4;hp=c86b6cfc153b95a3e7ac434d4378fa859e3eb7ae;hpb=3220c3ea9e10faca5c4088a964605d1c87327475;p=kdenlive diff --git a/src/effectstackview.h b/src/effectstackview.h index c86b6cfc..1c7cb830 100644 --- a/src/effectstackview.h +++ b/src/effectstackview.h @@ -74,6 +74,9 @@ private: /** @brief The track index of currently edited track. */ int m_trackindex; + /** If in track mode: Info of the edited track to be able to access its duration. */ + TrackInfo m_trackInfo; + /** @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);