summaryrefslogtreecommitdiffstats
path: root/core/settings/qPrefUnit.h
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-09-14 12:25:18 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-05 11:48:26 -0800
commit653a2baf111284171f0a2d25d6d9a0e82979f6d1 (patch)
tree65019f3ad9945216a8ca2c58ac4e681b32048f63 /core/settings/qPrefUnit.h
parent6e846eb4c0c5755ddddbd696aeb6531eab5488d8 (diff)
downloadsubsurface-653a2baf111284171f0a2d25d6d9a0e82979f6d1.tar.gz
core/settings: make qPref* constructors private
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'core/settings/qPrefUnit.h')
-rw-r--r--core/settings/qPrefUnit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/settings/qPrefUnit.h b/core/settings/qPrefUnit.h
index 737d7814a..0594b4f69 100644
--- a/core/settings/qPrefUnit.h
+++ b/core/settings/qPrefUnit.h
@@ -20,7 +20,6 @@ class qPrefUnits : public QObject {
Q_PROPERTY(units::WEIGHT weight READ weight WRITE set_weight NOTIFY weightChanged);
public:
- qPrefUnits(QObject *parent = NULL);
static qPrefUnits *instance();
// Load/Sync local settings (disk) and struct preference
@@ -65,6 +64,8 @@ signals:
void weightChanged(int value);
private:
+ qPrefUnits() {}
+
static void disk_coordinates_traditional(bool doSync);
static void disk_duration_units(bool doSync);
static void disk_length(bool doSync);