[apps] AppsContainer does not own the apps but a pointer to the apps

Change-Id: I9b6787be2cd143b52fd8dd60f3528fed2f74e4bb
This commit is contained in:
Émilie Feral
2017-05-03 14:21:36 +02:00
parent 5a78411dc6
commit 62c93e49a6
24 changed files with 99 additions and 42 deletions

View File

@@ -7,7 +7,9 @@ ListController::ListController(Responder * parentResponder, FunctionStore * func
DynamicViewController(parentResponder),
ButtonRowDelegate(header, footer),
m_functionStore(functionStore),
m_emptyCell(nullptr),
m_addNewMessage(text),
m_addNewFunction(nullptr),
m_plotButton(this, I18n::Message::Plot, Invocation([](void * context, void * sender) {
ListController * list = (ListController *)context;
TabViewController * tabController = list->tabController();