summaryrefslogtreecommitdiffstats
path: root/src/qlibhomescreen.h
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-08-06 12:16:42 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-08-06 12:17:06 +0900
commit59f49ec2538f22fbf752330f78413e445a3dc504 (patch)
tree4859a53a62b5c41b2810e4541842146da4f889db /src/qlibhomescreen.h
parent48dabd70e638a5b95024e53a11deac851a1afcde (diff)
Use appid between homescreen-service and appsflounder_5.99.3flounder/5.99.35.99.3sandbox/zheng_wenlong/use_appid
Use appid between hss and apps, and check event destination in libhomescreen. So these is no need compare code when recived Event_TapShortcut Event. BUG-AGL: SPEC-1645 Change-Id: I875cc87a46b0c0d1f417e2dd979decc18fb40eb7 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'src/qlibhomescreen.h')
-rw-r--r--src/qlibhomescreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qlibhomescreen.h b/src/qlibhomescreen.h
index cc0f12a..bf43963 100644
--- a/src/qlibhomescreen.h
+++ b/src/qlibhomescreen.h
@@ -43,7 +43,7 @@ public:
Q_INVOKABLE int onScreenMessage(const QString &message);
Q_INVOKABLE int subscribe(const QString &eventName);
Q_INVOKABLE int unsubscribe(const QString &eventName);
- Q_INVOKABLE void tapShortcut(QString application_name);
+ Q_INVOKABLE void tapShortcut(QString application_id);
signals: