summaryrefslogtreecommitdiff
path: root/app/pebbledinterface.h
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2015-05-11 16:17:09 +0200
committerTomasz Sterna <tomek@xiaoka.com>2015-05-11 16:17:09 +0200
commit6fd4a07a3a317909524560201c576e1e7a3ce6f7 (patch)
tree1e11316047bdb6bbe72d76609010a0b967b1a8af /app/pebbledinterface.h
parent3f64297af4e7a070b4f62ebf3f17105ee6b0a3a8 (diff)
Improved local applications handling
- better filter listing local apps in Downloads - option to remove app from local list
Diffstat (limited to 'app/pebbledinterface.h')
-rw-r--r--app/pebbledinterface.h1
1 files changed, 1 insertions, 0 deletions
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;