summaryrefslogtreecommitdiffstats
path: root/src/qlibhomescreen.h
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-06-19 13:44:06 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-06-19 13:44:06 +0900
commit313cd53946a456163108c4f6f1582e442ebc4022 (patch)
tree0a6a46125154cb6ee3e8b5d22f3487a708f7c34b /src/qlibhomescreen.h
parent4d78f90d7fa97f5c4981053bb8b412bbcd6b54fe (diff)
Add tapShortcut event to qlibhomescreen, Launcher application will use this library. Change-Id: I26882ad17938c498110295a2fac072176a40da07 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'src/qlibhomescreen.h')
-rw-r--r--src/qlibhomescreen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qlibhomescreen.h b/src/qlibhomescreen.h
index c744c29..cc0f12a 100644
--- a/src/qlibhomescreen.h
+++ b/src/qlibhomescreen.h
@@ -43,6 +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);
signals: