[apps/graph/graph] Adjust display mode in banner view according to

preferences

Change-Id: Id634a6128c7e395a35ba5df40c904a372ae80661
This commit is contained in:
Émilie Feral
2017-01-31 14:47:11 +01:00
parent 5e3de6eec9
commit f20f3518d3
4 changed files with 15 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ AppsContainer::AppsContainer() :
Container(),
m_window(AppsWindow()),
m_homeApp(this),
m_graphApp(this, &m_globalContext),
m_graphApp(this, &m_globalContext, &m_preferences),
m_probabilityApp(this),
m_calculationApp(this, &m_globalContext, &m_preferences),
m_regressionApp(this),