aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/applicationmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/src/applicationmodel.h')
-rw-r--r--homescreen/src/applicationmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/homescreen/src/applicationmodel.h b/homescreen/src/applicationmodel.h
index bffc4c9..2414b7e 100644
--- a/homescreen/src/applicationmodel.h
+++ b/homescreen/src/applicationmodel.h
@@ -30,6 +30,8 @@ public:
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
QHash<int, QByteArray> roleNames() const override;
+ Q_INVOKABLE QString id(int index) const;
+ Q_INVOKABLE void move(int from, int to);
private:
class Private;