Small correction to timeline-header-container.hpp
This commit is contained in:
parent
bf0cfc295e
commit
fa60ea76dd
1 changed files with 3 additions and 2 deletions
|
|
@ -55,9 +55,10 @@ public:
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
* @param[in] timeline_widget A pointer to the owner timeline widget
|
* @param[in] timeline_widget A reference to the owner timeline widget
|
||||||
*/
|
*/
|
||||||
TimelineHeaderContainer(gui::widgets::TimelineWidget &timeline_widget);
|
TimelineHeaderContainer(
|
||||||
|
gui::widgets::TimelineWidget &timeline_widget);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attaches the header all the header widgets of root
|
* Attaches the header all the header widgets of root
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue