Timeline: make the injected timeline basically visible
This commit is contained in:
parent
13286f4b90
commit
320539344b
2 changed files with 2 additions and 4 deletions
|
|
@ -90,9 +90,7 @@ namespace timeline {
|
|||
{
|
||||
layoutManager.installRootTrack (head, body);
|
||||
}}}
|
||||
{
|
||||
UNIMPLEMENTED ("how to make the controller operative...");
|
||||
}
|
||||
{ }
|
||||
|
||||
|
||||
TimelineController::~TimelineController()
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ namespace timeline {
|
|||
, layout_{new TimelineLayout{*this}}
|
||||
, control_{new TimelineController{identity, trackID, nexus, *layout_}}
|
||||
{
|
||||
UNIMPLEMENTED ("build the timeline UI");
|
||||
show_all();
|
||||
}
|
||||
|
||||
TimelineWidget::~TimelineWidget() { }
|
||||
|
|
|
|||
Loading…
Reference in a new issue