mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/settings] Implement structure of settings app
Change-Id: If42dc3fcb363e3ceac0dda9f89394f2535ab09be
This commit is contained in:
14
apps/settings/app.cpp
Normal file
14
apps/settings/app.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "app.h"
|
||||
#include "settings_icon.h"
|
||||
|
||||
namespace Settings {
|
||||
|
||||
App::App(Container * container) :
|
||||
::App(container, &m_stackViewController, "Parametre", "PARAMETRE", ImageStore::SettingsIcon),
|
||||
m_preference(),
|
||||
m_mainController(MainController(nullptr)),
|
||||
m_stackViewController(StackViewController(&m_modalViewController, &m_mainController))
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user