diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-17 21:06:34 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-17 21:06:34 +0200 | 
| commit | 571dd38b445fb1b39af3f6af432658046b525b29 (patch) | |
| tree | 5c197e5a6ea007aa4201ff2a5b9dbd89d1f82478 | |
| parent | cce58a93617507a4f2e6927de4445e30b7b46617 (diff) | |
Missing moved initialiser.
| -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 | 
