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/maintab.h | |
parent | 4cb5fa5b3fd639c0f1f8a6a5bacd1b3380d1967b (diff) |
Restore paths of FileBrowser as per the old UI.
Diffstat (limited to 'plugingui/maintab.h')
-rw-r--r-- | plugingui/maintab.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugingui/maintab.h b/plugingui/maintab.h index f60afcc..4e1e1e2 100644 --- a/plugingui/maintab.h +++ b/plugingui/maintab.h @@ -36,6 +36,7 @@ struct Settings; class SettingsNotifier; +class Config; namespace GUI { @@ -46,7 +47,8 @@ class MainTab public: MainTab(Widget* parent, Settings& settings, - SettingsNotifier& settings_notifier); + SettingsNotifier& settings_notifier, + Config& config); private: void humanizerOnChange(bool on); |