aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/src/applicationmodel.h
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-01-22 20:30:46 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-01-22 20:30:46 +0800
commitb82db6fb95e41f1f590d56d53be43db7708b647a (patch)
tree9ac65a771a2682dfdfbca7c63cda092baf222ded /launcher/src/applicationmodel.h
parente8d1f16f785cc176a82a9b46e08e13eb89899437 (diff)
get runnables list from hss
Change-Id: If92738046cf9aa61bedef1c0ca44fa27a0e99eb6
Diffstat (limited to 'launcher/src/applicationmodel.h')
-rw-r--r--launcher/src/applicationmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/src/applicationmodel.h b/launcher/src/applicationmodel.h
index 71c79fc..7ff3503 100644
--- a/launcher/src/applicationmodel.h
+++ b/launcher/src/applicationmodel.h
@@ -35,6 +35,8 @@ public:
Q_INVOKABLE QString id(int index) const;
Q_INVOKABLE QString name(int index) const;
Q_INVOKABLE void move(int from, int to);
+ Q_INVOKABLE void initAppList(QString data);
+ Q_INVOKABLE void updateApplist(QStringList info);
private:
class Private;