diff options
| author | Philipp Andreas <github@smurfy.de> | 2015-04-19 19:16:57 +0200 |
|---|---|---|
| committer | Philipp Andreas <github@smurfy.de> | 2015-04-19 19:16:57 +0200 |
| commit | 5249184f2d4ec960f6bed6d3ff900e29916afc88 (patch) | |
| tree | 53e0e91284db198dcf2111573084f1be8c450e00 /app/pebblestoreview.h | |
| parent | 8bb7a35eedd431f707ca6fb9134c35bace8e4b24 (diff) | |
- Started locker support
- Download also adds app/face to locker
Diffstat (limited to 'app/pebblestoreview.h')
| -rw-r--r-- | app/pebblestoreview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/pebblestoreview.h b/app/pebblestoreview.h index a19b43d..3f186dc 100644 --- a/app/pebblestoreview.h +++ b/app/pebblestoreview.h @@ -47,6 +47,9 @@ private: QUrl prepareUrl(QString baseUrl); void fetchData(QUrl url); + void addToLocker(QJsonObject data); + void removeFromLocker(QJsonObject data); + void showLocker(); }; #endif // PEBBLESTOREVIEW_H |
