From 6fd4a07a3a317909524560201c576e1e7a3ce6f7 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Mon, 11 May 2015 16:17:09 +0200 Subject: Improved local applications handling - better filter listing local apps in Downloads - option to remove app from local list --- app/pebbledinterface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'app/pebbledinterface.h') diff --git a/app/pebbledinterface.h b/app/pebbledinterface.h index df0b722..281ada7 100644 --- a/app/pebbledinterface.h +++ b/app/pebbledinterface.h @@ -39,6 +39,7 @@ public: QVariantList allApps() const; Q_INVOKABLE static bool registerAppFile(const QString& filePath); + Q_INVOKABLE static bool unregisterAppFile(const QString& filePath); Q_INVOKABLE QVariantMap appInfoByUuid(const QString& uuid) const; -- cgit v1.2.3