summaryrefslogtreecommitdiffstats
path: root/core/settings/qPrefTechnicalDetails.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/settings/qPrefTechnicalDetails.h')
-rw-r--r--core/settings/qPrefTechnicalDetails.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/settings/qPrefTechnicalDetails.h b/core/settings/qPrefTechnicalDetails.h
index de439815a..6e6ce8c6d 100644
--- a/core/settings/qPrefTechnicalDetails.h
+++ b/core/settings/qPrefTechnicalDetails.h
@@ -38,7 +38,6 @@ class qPrefTechnicalDetails : public QObject {
Q_PROPERTY(bool zoomed_plot READ zoomed_plot WRITE set_zoomed_plot NOTIFY zoomed_plotChanged);
public:
- qPrefTechnicalDetails(QObject *parent = NULL);
static qPrefTechnicalDetails *instance();
// Load/Sync local settings (disk) and struct preference
@@ -137,6 +136,8 @@ signals:
void zoomed_plotChanged(bool value);
private:
+ qPrefTechnicalDetails() {}
+
static void disk_calcalltissues(bool doSync);
static void disk_calcceiling(bool doSync);
static void disk_calcceiling3m(bool doSync);