diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-17 15:05:24 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-17 15:05:24 +0200 |
commit | 2c0fc6f4087442079051c2df1fff7d8fa2ac7b19 (patch) | |
tree | 7cd42fd69fa76c263947e95bc2fc2da148269543 /plugingui/mainwindow.h | |
parent | c59680b1d613187209358951589d022d65c6eaa6 (diff) |
Connect drumkit and midimap files as well as loading/status bare updates.
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r-- | plugingui/mainwindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h index 8a2f141..93ff416 100644 --- a/plugingui/mainwindow.h +++ b/plugingui/mainwindow.h @@ -62,7 +62,10 @@ private: TabWidget tabs{this}; - MainTab main_tab{this}; + Settings& settings; + SettingsNotifier settings_notifier{settings}; + + MainTab main_tab; // TODO use some nice textfield widget here TextEdit gpl_text_field{&tabs}; @@ -81,9 +84,6 @@ private: bool closing{false}; - Settings& settings; - SettingsNotifier settings_notifier{settings}; - Resource gpl{":../../COPYING"}; Font font; |