diff options
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 |
