summaryrefslogtreecommitdiffstats
path: root/core/gpslocation.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-22 21:57:02 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-26 11:38:26 -0700
commitbf6a644fc63a0eb9ae74ce55d31777ae7290056b (patch)
tree1033ee2f1a13e57de4675b8e376ccd20483e2546 /core/gpslocation.h
parent4c55074bd771240848967a183a3681bfc8e14b8c (diff)
downloadsubsurface-bf6a644fc63a0eb9ae74ce55d31777ae7290056b.tar.gz
Mobile: provide better tracking of applied GPS fixes
Also reset the page stack to make sure we don't end up with stale data. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 02377bfca..0a333947b 100644
--- a/core/gpslocation.h
+++ b/core/gpslocation.h
@@ -27,7 +27,7 @@ public:
~GpsLocation();
static GpsLocation *instance();
static bool hasInstance();
- bool applyLocations();
+ int applyLocations();
int getGpsNum() const;
bool hasLocationsSource();
QString currentPosition();