diff --git a/src/stage/timeline/clip-presenter.cpp b/src/stage/timeline/clip-presenter.cpp index 59a5b344e..d144c1b7a 100644 --- a/src/stage/timeline/clip-presenter.cpp +++ b/src/stage/timeline/clip-presenter.cpp @@ -68,16 +68,17 @@ namespace timeline { * @param identity referring to the corresponding session::Clip in Steam-Layer. * @param nexus a way to connect this Controller to the UI-Bus. * @param view (abstracted) canvas or display framework to attach this clip to - * @param offsetX offset relative to the start of the track ///////////////////////////////TICKET #1213 : translation time->offset should be built into the ViewHook!!! + * @param startTime (optional) start time point of the clip. + * @note Clip can not be displayed unless startTime is given */ - ClipPresenter::ClipPresenter (ID identity, ctrl::BusTerm& nexus, WidgetHook& view, optional offsetX) + ClipPresenter::ClipPresenter (ID identity, ctrl::BusTerm& nexus, WidgetHook& view, optional