diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-13 11:55:39 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-13 11:57:02 -0800 |
commit | fb06d2759311c04c78716be4325e4bc4fb3f04e3 (patch) | |
tree | d44170fed9c81001f3b282f25287c4025e9004e0 /qt-mobile/gpslocation.h | |
parent | 6a70793ba843549bd8e1921a91a3af0e10702405 (diff) | |
download | subsurface-fb06d2759311c04c78716be4325e4bc4fb3f04e3.tar.gz |
Location service: make persistant storage work correctly
Ouch that's an embarrassing bug. Oh well. Shift happens.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/gpslocation.h')
-rw-r--r-- | qt-mobile/gpslocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/gpslocation.h b/qt-mobile/gpslocation.h index 044420d08..a279593d5 100644 --- a/qt-mobile/gpslocation.h +++ b/qt-mobile/gpslocation.h @@ -20,7 +20,7 @@ private: QGeoPositionInfo lastPos; QGeoPositionInfoSource *gpsSource; void status(QString msg); - QSettings geoSettings; + QSettings *geoSettings; signals: |