mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Download gps locations in the mobile app
This is not the same as the existing download to apply the gps fixes to the dive list. This allows us to download and store the GPS fixes in the settings. I may end up changing things around to have a shared implementation for downloading the GPS fixes, but for now this seemed easier. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0d9b22cf94
commit
1c66e399fa
2 changed files with 84 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ public slots:
|
|||
void newPosition(QGeoPositionInfo pos);
|
||||
void updateTimeout();
|
||||
void uploadToServer();
|
||||
void downloadFromServer();
|
||||
void postError(QNetworkReply::NetworkError error);
|
||||
void getUseridError(QNetworkReply::NetworkError error);
|
||||
void clearGpsData();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue