diff options
Diffstat (limited to 'qt-mobile/gpslocation.cpp')
-rw-r--r-- | qt-mobile/gpslocation.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qt-mobile/gpslocation.cpp b/qt-mobile/gpslocation.cpp index 3139a4315..f2bde130d 100644 --- a/qt-mobile/gpslocation.cpp +++ b/qt-mobile/gpslocation.cpp @@ -209,3 +209,9 @@ bool GpsLocation::applyLocations() } } } + +void GpsLocation::clearGpsData() +{ + geoSettings->clear(); + geoSettings->sync(); +} |