summaryrefslogtreecommitdiffstats
path: root/qt-mobile/gpslocation.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-13 11:55:39 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-13 11:57:02 -0800
commitfb06d2759311c04c78716be4325e4bc4fb3f04e3 (patch)
treed44170fed9c81001f3b282f25287c4025e9004e0 /qt-mobile/gpslocation.h
parent6a70793ba843549bd8e1921a91a3af0e10702405 (diff)
downloadsubsurface-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.h2
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: