summaryrefslogtreecommitdiffstats
path: root/src/qlibhomescreen.h
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2018-11-06 10:20:51 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2018-11-06 11:09:59 +0800
commit6de11471bf8cc70c5a11f947dea5a2afc9bef716 (patch)
treef2aa289f9d658c83bdde75c331da6ce4b2a8b0b9 /src/qlibhomescreen.h
parent0d7f000588954006d4687c97c19b424769189f9f (diff)
use appid instead of appname in "tap_shortcut"
Now In homescreen-service used application_id to identify different application, so use appid instead of appname in "tap_shortcut" parameter. Bug-AGL: SPEC-1764 Change-Id: Iccb40a38c7e0fa39c8727582c50e6003b90dc89d Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.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: