summaryrefslogtreecommitdiff
path: root/app/pebbledinterface.h
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2015-01-11 21:26:02 +0100
committerTomasz Sterna <tomek@xiaoka.com>2015-01-11 21:26:02 +0100
commitf0e644896d34c4c354a978788cbb461db653484b (patch)
tree31086457b3a8f7c30e94e20a287914dcdb3d3c95 /app/pebbledinterface.h
parent341c38a31f4bde9a2f016b4d58a11b8beb2bae5a (diff)
Implemented "Add App file" dialog
Diffstat (limited to 'app/pebbledinterface.h')
-rw-r--r--app/pebbledinterface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/pebbledinterface.h b/app/pebbledinterface.h
index 51efa12..50269ff 100644
--- a/app/pebbledinterface.h
+++ b/app/pebbledinterface.h
@@ -36,6 +36,8 @@ public:
QStringList appSlots() const;
QVariantList allApps() const;
+ Q_INVOKABLE static bool registerAppFile(const QString& filePath);
+
Q_INVOKABLE QVariantMap appInfoByUuid(const QString& uuid) const;
Q_INVOKABLE QUrl configureApp(const QString &uuid);