diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-13 09:17:13 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-13 09:17:13 -0800 |
commit | 6a70793ba843549bd8e1921a91a3af0e10702405 (patch) | |
tree | 68849dd992eb8415f8105a7d934797e5f2bcabe8 /qt-mobile/gpslocation.h | |
parent | 4b39971978b5c1fe2f50e83837eb5f8b2ce7ce47 (diff) | |
download | subsurface-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.h | 1 |
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; |