From 62f4af4df6c5f5ba16b5277e8c59890d6f771746 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Tue, 24 Jul 2018 17:34:09 +0900 Subject: Use old role Dashboard for temporary solution This is a temporary solution for SPEC-1602. From Tanikawa-san, HSS needs do more for this api. We will reconsider HSS architecture after. BUG-AGL: SPEC-1602 Change-Id: I963d50806ae97c029520f4636c2ef0d43212db06 Signed-off-by: zheng_wenlong --- app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.cpp b/app/main.cpp index 3520605..97e1217 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -22,7 +22,7 @@ int main(int argc, char *argv[]) { AGLApplication app(argc, argv); app.setApplicationName("Dashboard"); - app.setupApplicationRole("dashboard"); + app.setupApplicationRole("Dashboard"); qmlRegisterType("Translator", 1, 0, "Translator"); app.load(QUrl(QStringLiteral("qrc:/Dashboard.qml"))); -- cgit 1.2.3-korg