[apps/probability] Improve titles and parameter definitions layout

Change-Id: I84e04b9900d92b0a4d61c19dc27be426f9b9117c
This commit is contained in:
Émilie Feral
2017-01-31 12:24:13 +01:00
parent 7a2ec6ebfc
commit 400e2e5a37
9 changed files with 128 additions and 80 deletions

View File

@@ -86,11 +86,6 @@ const char * StackViewController::title() const {
}
}
void StackViewController::updateTitle() {
m_view.popStack();
m_view.pushStack(m_children[m_numberOfChildren-1]->title());
}
void StackViewController::push(ViewController * vc) {
m_view.pushStack(vc->title());
m_children[m_numberOfChildren++] = vc;