summaryrefslogtreecommitdiffstats
path: root/launcher/src/applicationmodel.h
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-03-25 11:21:01 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-03-25 11:21:01 +0000
commit4b45ee3167d9218772d76555a65c5f2c673c72a8 (patch)
tree7c99afe6c2eac787c47b6981753d695584262419 /launcher/src/applicationmodel.h
parentf2d3da19a294487fa41a81674ab2ef10fde04dd8 (diff)
parent607fdc0374e76a272455cc010f35693ba8b6894b (diff)
Merge "Start app and get runnables list by homescreen"
Diffstat (limited to 'launcher/src/applicationmodel.h')
-rw-r--r--launcher/src/applicationmodel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/launcher/src/applicationmodel.h b/launcher/src/applicationmodel.h
index 71c79fc..780e575 100644
--- a/launcher/src/applicationmodel.h
+++ b/launcher/src/applicationmodel.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2016 The Qt Company Ltd.
- * Copyright (c) 2018 TOYOTA MOTOR CORPORATION
+ * Copyright (c) 2018,2019 TOYOTA MOTOR CORPORATION
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -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;