summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-07-24 17:34:09 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-07-24 17:38:46 +0900
commit62f4af4df6c5f5ba16b5277e8c59890d6f771746 (patch)
tree9e02f69b07720d0c3c8e781a70fc903f512fb3da
parent3beee2d1bdaea25a9ecd52a1a52ed2663ecf0c76 (diff)
Use old role Dashboard for temporary solutionflounder_5.99.2flounder/5.99.25.99.2
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 <wenlong_zheng@nexty-ele.com>
-rw-r--r--app/main.cpp2
1 files changed, 1 insertions, 1 deletions
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>("Translator", 1, 0, "Translator");
app.load(QUrl(QStringLiteral("qrc:/Dashboard.qml")));