Timeline: make the injected timeline basically visible

This commit is contained in:
Fischlurch 2018-11-01 20:44:31 +01:00
parent 13286f4b90
commit 320539344b
2 changed files with 2 additions and 4 deletions

View file

@ -90,9 +90,7 @@ namespace timeline {
{
layoutManager.installRootTrack (head, body);
}}}
{
UNIMPLEMENTED ("how to make the controller operative...");
}
{ }
TimelineController::~TimelineController()

View file

@ -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() { }