summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/settings.h b/src/settings.h
index 84102c72..a8c527d6 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -195,7 +195,7 @@ private:
class WidgetSettings
{
public:
- WidgetSettings(QSettings& s);
+ WidgetSettings(QSettings& s, bool globalInstance);
// selected index for a combobox
//
@@ -677,11 +677,10 @@ class Settings : public QObject
Q_OBJECT;
public:
- Settings(const QString& path);
+ Settings(const QString& path, bool globalInstance=false);
~Settings();
static Settings &instance();
- void setGlobalInstance();
// name of the ini file
//