diff options
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r-- | plugingui/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h index 93ff416..893978a 100644 --- a/plugingui/mainwindow.h +++ b/plugingui/mainwindow.h @@ -63,7 +63,7 @@ private: TabWidget tabs{this}; Settings& settings; - SettingsNotifier settings_notifier{settings}; + SettingsNotifier settings_notifier; MainTab main_tab; // TODO use some nice textfield widget here |