mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 11:39:58 +02:00
[Escher] Responder can get a pointer to the parent App
We assume the root parent is the App. This works well because each view controller is a Responder. Change-Id: I5d90053949a4ffbdb78746cc85430a15138e48e7
This commit is contained in:
@@ -8,8 +8,8 @@ static const char * sMessages[] = {
|
||||
"PPP15", "QQQ16", "RRR17", "SSS18", "TTT19"
|
||||
};
|
||||
|
||||
ListController::ListController() :
|
||||
ViewController(),
|
||||
ListController::ListController(Responder * parentResponder) :
|
||||
ViewController(parentResponder),
|
||||
m_tableView(TableView(this)),
|
||||
m_activeCell(0),
|
||||
m_manualScrolling(0)
|
||||
|
||||
Reference in New Issue
Block a user