mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01: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:
@@ -1,7 +1,7 @@
|
||||
#include "graph_controller.h"
|
||||
|
||||
GraphController::GraphController() :
|
||||
ViewController(),
|
||||
GraphController::GraphController(Responder * parentResponder) :
|
||||
ViewController(parentResponder),
|
||||
m_view(GraphView())
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user