[apps/settings] Enable to modify settings

Change-Id: Idd5e28a64d08d607f5bb2065a45ab4ecf5a26dca
This commit is contained in:
Émilie Feral
2017-01-30 11:38:24 +01:00
parent f89c770bbc
commit d67ff87448
6 changed files with 107 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ namespace Settings {
App::App(Container * container) :
::App(container, &m_stackViewController, "Parametre", "PARAMETRE", ImageStore::SettingsIcon),
m_preference(),
m_mainController(MainController(nullptr)),
m_mainController(MainController(nullptr, &m_preference)),
m_stackViewController(StackViewController(&m_modalViewController, &m_mainController))
{
}