[escher] Rule of 5 in view

Change-Id: Iba04e9046845b544e184530562e34f831fce96f6
This commit is contained in:
Émilie Feral
2017-05-24 11:53:07 +02:00
parent 9181e7cf5d
commit d7091397e5
47 changed files with 155 additions and 111 deletions

View File

@@ -12,7 +12,7 @@ VariableBoxController::ContentViewController::ContentViewController(Responder *
m_firstSelectedRow(0),
m_previousSelectedRow(0),
m_currentPage(Page::RootMenu),
m_selectableTableView(SelectableTableView(this, this, 0, 1, 0, 0, 0, 0, this, nullptr, false))
m_selectableTableView(this, this, 0, 1, 0, 0, 0, 0, this, nullptr, false)
{
}
@@ -243,7 +243,7 @@ void VariableBoxController::ContentViewController::resetPage() {
VariableBoxController::VariableBoxController(Context * context) :
StackViewController(nullptr, &m_contentViewController, true, KDColorWhite, Palette::PurpleBright, Palette::PurpleDark),
m_contentViewController(ContentViewController(this, context))
m_contentViewController(this, context)
{
}