diff options
Diffstat (limited to 'app/pebbledinterface.h')
| -rw-r--r-- | app/pebbledinterface.h | 2 |
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); |
