diff options
Diffstat (limited to 'core/settings/qPrefLocationService.cpp')
-rw-r--r-- | core/settings/qPrefLocationService.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/settings/qPrefLocationService.cpp b/core/settings/qPrefLocationService.cpp index 01f4ffb9a..7c9bc8378 100644 --- a/core/settings/qPrefLocationService.cpp +++ b/core/settings/qPrefLocationService.cpp @@ -19,6 +19,6 @@ void qPrefLocationService::loadSync(bool doSync) disk_time_threshold(doSync); } -HANDLE_PREFERENCE_INT(LocationService, "/distance_threshold", distance_threshold); +HANDLE_PREFERENCE_INT(LocationService, "distance_threshold", distance_threshold); -HANDLE_PREFERENCE_INT(LocationService, "/time_threshold", time_threshold); +HANDLE_PREFERENCE_INT(LocationService, "time_threshold", time_threshold); |