summaryrefslogtreecommitdiffstats
path: root/launcher/src/applicationmodel.h
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-08-06 12:05:59 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-08-06 12:06:32 +0900
commit5fbb59e80e4f870a1badd694d2efcd8cd941cdfb (patch)
tree5e0edd6c22ce8f2d49aa2e571a06b6961a2b7f24 /launcher/src/applicationmodel.h
parente1877c0c7c2add1dba21e64394ba06365c796edd (diff)
Use appid between homescreen-service and appsflounder_5.99.3flounder/5.99.35.99.3
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: I02a87f289c6da0a86012fd304fb1f2d2452ee990 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'launcher/src/applicationmodel.h')
-rw-r--r--launcher/src/applicationmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/src/applicationmodel.h b/launcher/src/applicationmodel.h
index 8398b62..71c79fc 100644
--- a/launcher/src/applicationmodel.h
+++ b/launcher/src/applicationmodel.h
@@ -31,6 +31,7 @@ public:
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
QHash<int, QByteArray> roleNames() const override;
+ Q_INVOKABLE QString appid(int index) const;
Q_INVOKABLE QString id(int index) const;
Q_INVOKABLE QString name(int index) const;
Q_INVOKABLE void move(int from, int to);