From 1d27cbf59bb9f4020ed9ff37fa4e9f15082d023b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 18 Apr 2017 17:11:35 +0200 Subject: Restore paths of FileBrowser as per the old UI. --- plugingui/mainwindow.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugingui/mainwindow.h') 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; -- cgit v1.2.3