mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
Graph: Clean the App controller
Change-Id: Icd7af42aa497245a799417eabc4de31a8e0eba8a
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
#include "graph_controller.h"
|
||||
|
||||
GraphController::GraphController(KDColor c) :
|
||||
GraphController::GraphController() :
|
||||
ViewController(),
|
||||
//m_view(TextField(buffer, k_bufferSize))
|
||||
//m_view(SolidColorView(c))
|
||||
m_view(GraphView())
|
||||
{
|
||||
//m_view.setParentResponder(this);
|
||||
}
|
||||
|
||||
View * GraphController::view() {
|
||||
|
||||
Reference in New Issue
Block a user