diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-18 17:11:35 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-18 17:11:35 +0200 |
commit | 1d27cbf59bb9f4020ed9ff37fa4e9f15082d023b (patch) | |
tree | 3849d44a156fdd840e47e3f777d1bbbca121d75c /plugingui/mainwindow.h | |
parent | 4cb5fa5b3fd639c0f1f8a6a5bacd1b3380d1967b (diff) |
Restore paths of FileBrowser as per the old UI.
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r-- | plugingui/mainwindow.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h index 8e2c8c4..9a9359c 100644 --- a/plugingui/mainwindow.h +++ b/plugingui/mainwindow.h @@ -36,6 +36,7 @@ #include "window.h" #include "maintab.h" #include "font.h" +#include "pluginconfig.h" namespace GUI { @@ -45,6 +46,7 @@ class MainWindow { public: MainWindow(Settings& settings, void* native_window); + ~MainWindow(); //! Process all events and messages in queue //! \return true if not closing, returns false if closing. @@ -64,7 +66,7 @@ private: TabWidget tabs{this}; - Settings& settings; + Config config; SettingsNotifier settings_notifier; MainTab main_tab; |