summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-08-03 02:30:20 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-08-04 06:09:48 -0400
commite4418b95fa24f9caea32adfe9d957ce37e46f127 (patch)
tree0c987b752f3c0890ce4fe8a0978bb5cebe1ac65a /src/mainwindow.h
parent07f1ac7a96dcf4c91a24bb1d30af92851ecda78f (diff)
moved settings updates to Settings::processUpdates()
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index d4513c0f..e8f60211 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -121,7 +121,7 @@ public:
void storeSettings(Settings& settings) override;
void readSettings(const Settings& settings);
- void processUpdates();
+ void processUpdates(Settings& settings);
virtual ILockedWaitingForProcess* lock() override;
virtual void unlock() override;