mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
GraphApp: Use a FunctionStore
Change-Id: Ib75947c40167489726fafc493ccb0ebf2862142b
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "graph_controller.h"
|
||||
|
||||
GraphController::GraphController(Responder * parentResponder) :
|
||||
GraphController::GraphController(Responder * parentResponder, Graph::FunctionStore * functionStore) :
|
||||
ViewController(parentResponder),
|
||||
m_view(GraphView())
|
||||
m_view(GraphView(functionStore))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user