summaryrefslogtreecommitdiffstats
path: root/core/settings/qPrefGeneral.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/settings/qPrefGeneral.h')
-rw-r--r--core/settings/qPrefGeneral.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/settings/qPrefGeneral.h b/core/settings/qPrefGeneral.h
index ec264203b..e851be97d 100644
--- a/core/settings/qPrefGeneral.h
+++ b/core/settings/qPrefGeneral.h
@@ -26,7 +26,6 @@ class qPrefGeneral : public QObject {
public:
- qPrefGeneral(QObject *parent = NULL);
static qPrefGeneral *instance();
// Load/Sync local settings (disk) and struct preference
@@ -90,6 +89,8 @@ signals:
void extraEnvironmentalDefaultChanged(bool value);
private:
+ qPrefGeneral() {}
+
static void disk_auto_recalculate_thumbnails(bool doSync);
static void disk_default_cylinder(bool doSync);
static void disk_default_filename(bool doSync);