From 3e4b2a20a19120fcb60a660d4ac6be552f12bb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 10 Oct 2018 20:16:53 +0200 Subject: [PATCH] [graph] Revert GraphController --- apps/graph/app.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/graph/app.h b/apps/graph/app.h index 94dae3594..792bae216 100644 --- a/apps/graph/app.h +++ b/apps/graph/app.h @@ -3,7 +3,7 @@ #include #include "storage_cartesian_function_store.h" -#include "graph/storage_graph_controller.h" +#include "graph/graph_controller.h" #include "list/storage_list_controller.h" #include "values/values_controller.h" #include "../shared/function_app.h" @@ -39,7 +39,7 @@ private: ButtonRowController m_listFooter; ButtonRowController m_listHeader; StackViewController m_listStackViewController; - StorageGraphController m_graphController; + GraphController m_graphController; AlternateEmptyViewController m_graphAlternateEmptyViewController; ButtonRowController m_graphHeader; StackViewController m_graphStackViewController;