summaryrefslogtreecommitdiffstats
path: root/subsurface-core/gpslocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/gpslocation.h')
-rw-r--r--subsurface-core/gpslocation.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/subsurface-core/gpslocation.h b/subsurface-core/gpslocation.h
index 2a6f6c292..4193be561 100644
--- a/subsurface-core/gpslocation.h
+++ b/subsurface-core/gpslocation.h
@@ -29,6 +29,8 @@ public:
bool hasLocationsSource();
QString currentPosition();
+ QVector<gpsTracker> currentGPSInfo() const;
+
private:
QGeoPositionInfo lastPos;
QGeoPositionInfoSource *getGpsSource();
@@ -49,9 +51,6 @@ public slots:
void downloadFromServer();
void postError(QNetworkReply::NetworkError error);
void getUseridError(QNetworkReply::NetworkError error);
-#ifdef SUBSURFACE_MOBILE
- void updateModel();
-#endif
void clearGpsData();
};