From 346f8a48278f2cc63ee76050415582ae4f44400c Mon Sep 17 00:00:00 2001 From: "Bocklage, Jens" Date: Thu, 22 Dec 2016 13:18:25 +0100 Subject: [PATCH] Use Mixer instead of POI application POI is not used in the current HomeScreen, so it is will start the mixer@0.1 app for now Signed-off-by: Bocklage, Jens --- HomeScreen/src/applicationmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HomeScreen/src/applicationmodel.cpp b/HomeScreen/src/applicationmodel.cpp index 2a16ace..9869f00 100644 --- a/HomeScreen/src/applicationmodel.cpp +++ b/HomeScreen/src/applicationmodel.cpp @@ -49,7 +49,7 @@ ApplicationModel::Private::Private(ApplicationModel *parent) data.append(AppInfo(QStringLiteral("Connectivity"), QStringLiteral("CONNECTIVITY"), QStringLiteral("connectivity@0.1"))); data.append(AppInfo(QStringLiteral("Dashboard"), QStringLiteral("DASHBOARD"), QStringLiteral("dashboard@0.1"))); data.append(AppInfo(QStringLiteral("Settings"), QStringLiteral("SETTINGS"), QStringLiteral("settings@0.1"))); - data.append(AppInfo(QStringLiteral("POI"), QStringLiteral("POINT OF\nINTEREST"), QStringLiteral("poi@0.1"))); + data.append(AppInfo(QStringLiteral("Mixer"), QStringLiteral("MIXER"), QStringLiteral("mixer@0.1"))); } } -- 2.16.6