aboutsummaryrefslogtreecommitdiffstats
path: root/core/gpslocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/gpslocation.h')
-rw-r--r--core/gpslocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gpslocation.h b/core/gpslocation.h
index f55e3bf9d..70bb17404 100644
--- a/core/gpslocation.h
+++ b/core/gpslocation.h
@@ -32,7 +32,6 @@ public:
int getGpsNum() const;
bool hasLocationsSource();
QString currentPosition();
- void setGpsTimeThreshold(int seconds);
QMap<qint64, gpsTracker> currentGPSInfo() const;
@@ -66,6 +65,7 @@ public slots:
void updateTimeout();
void positionSourceError(QGeoPositionInfoSource::Error error);
void postError(QNetworkReply::NetworkError error);
+ void setGpsTimeThreshold(int seconds);
#ifdef SUBSURFACE_MOBILE
void clearGpsData();
#endif