From f0e644896d34c4c354a978788cbb461db653484b Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Sun, 11 Jan 2015 21:26:02 +0100 Subject: Implemented "Add App file" dialog --- app/pebbledinterface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/pebbledinterface.h') 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); -- cgit v1.2.3