summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 7326425a..d4513c0f 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -119,8 +119,8 @@ public:
QWidget *parent = 0);
~MainWindow();
- void storeSettings(QSettings &settings) override;
- void readSettings();
+ void storeSettings(Settings& settings) override;
+ void readSettings(const Settings& settings);
void processUpdates();
virtual ILockedWaitingForProcess* lock() override;