summaryrefslogtreecommitdiffstats
path: root/qt-mobile/gpslocation.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-13 09:17:13 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-13 09:17:13 -0800
commit6a70793ba843549bd8e1921a91a3af0e10702405 (patch)
tree68849dd992eb8415f8105a7d934797e5f2bcabe8 /qt-mobile/gpslocation.h
parent4b39971978b5c1fe2f50e83837eb5f8b2ce7ce47 (diff)
downloadsubsurface-6a70793ba843549bd8e1921a91a3af0e10702405.tar.gz
Location service: report number of recorded GPS fixes
This is mostly for debugging, to make sure that the recording of GPS fixes works as expected. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/gpslocation.h')
-rw-r--r--qt-mobile/gpslocation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/gpslocation.h b/qt-mobile/gpslocation.h
index 9310875d8..044420d08 100644
--- a/qt-mobile/gpslocation.h
+++ b/qt-mobile/gpslocation.h
@@ -14,6 +14,7 @@ class GpsLocation : QObject
public:
GpsLocation(QObject *parent);
bool applyLocations();
+ int getGpsNum() const;
private:
QGeoPositionInfo lastPos;