From dfb4f30c52b22d97bd7a5fdd2bb4cc9de9ec015b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Tue, 7 Feb 2017 15:23:17 +0100 Subject: [PATCH] [apps/sequence] Display the list controller in the first tab Change-Id: Ic0d4581c7b7045c13451434c7d03cdfed265e91a --- apps/sequence/app.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/sequence/app.h b/apps/sequence/app.h index 7639b334e..1e0ac41af 100644 --- a/apps/sequence/app.h +++ b/apps/sequence/app.h @@ -4,6 +4,7 @@ #include #include #include "sequence_store.h" +#include "list/list_controller.h" #include "values/values_controller.h" #include "../shared/text_field_delegate_app.h" @@ -17,7 +18,7 @@ public: private: SequenceStore m_sequenceStore; Poincare::VariableContext m_nContext; - ValuesController m_listController; + ListController m_listController; HeaderViewController m_listHeader; StackViewController m_listStackViewController; ValuesController m_graphController;