Graph: Clean the App controller

Change-Id: Icd7af42aa497245a799417eabc4de31a8e0eba8a
This commit is contained in:
Romain Goyet
2016-06-21 11:45:12 +02:00
parent d39e64f596
commit 70f89c2566
4 changed files with 7 additions and 10 deletions

View File

@@ -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() {