[escher] Delete childless view and implement it as default view

Change-Id: I545c8270fc8235ee578b2237361df50c919d0b61
This commit is contained in:
Émilie Feral
2016-10-14 17:03:41 +02:00
parent c831468d55
commit a1b5d3d363
27 changed files with 46 additions and 64 deletions

View File

@@ -4,7 +4,7 @@ extern "C" {
}
StackView::StackView() :
ChildlessView(),
View(),
m_name(nullptr)
{
}