summaryrefslogtreecommitdiffstats
path: root/qt-mobile/gpslocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/gpslocation.cpp')
-rw-r--r--qt-mobile/gpslocation.cpp6
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();
+}