diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-11 11:16:59 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-11 12:38:11 -0800 |
commit | e7b2f04bec19c70bff2324b43c337728f2420aca (patch) | |
tree | 77e9337b9cc1d0297b861aefc83a4cf0ce14a458 /qt-mobile/gpslocation.h | |
parent | 9195f247c4b05a0cb849cf998355dc3ec3b65641 (diff) | |
download | subsurface-e7b2f04bec19c70bff2324b43c337728f2420aca.tar.gz |
Location service: consistent way to output information
qDebug is nice when testing on the desktop, but it has to go to the
message area on an Android device to make things easy.
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 8e26fd25e..e87198bc1 100644 --- a/qt-mobile/gpslocation.h +++ b/qt-mobile/gpslocation.h @@ -14,6 +14,7 @@ public: private: QGeoPositionInfo lastPos; + void status(QString msg); signals: |