summaryrefslogtreecommitdiffstats
path: root/core/settings/qPrefLocationService.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/settings/qPrefLocationService.h')
-rw-r--r--core/settings/qPrefLocationService.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/settings/qPrefLocationService.h b/core/settings/qPrefLocationService.h
index c2c9c8bae..7a0c724a8 100644
--- a/core/settings/qPrefLocationService.h
+++ b/core/settings/qPrefLocationService.h
@@ -8,8 +8,8 @@
class qPrefLocationService : public QObject {
Q_OBJECT
- Q_PROPERTY(int distance_threshold READ distance_threshold WRITE set_distance_threshold NOTIFY distance_thresholdChanged);
- Q_PROPERTY(int time_threshold READ time_threshold WRITE set_time_threshold NOTIFY time_thresholdChanged);
+ Q_PROPERTY(int distance_threshold READ distance_threshold WRITE set_distance_threshold NOTIFY distance_thresholdChanged)
+ Q_PROPERTY(int time_threshold READ time_threshold WRITE set_time_threshold NOTIFY time_thresholdChanged)
public:
static qPrefLocationService *instance();