diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-05-26 00:42:40 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-05-26 00:42:40 +0200 |
commit | 7202cbf9e1ffdc19c5fbe46017ce8d1c9f8e467a (patch) | |
tree | d236eba31f7fe09c567cf5fa9c997bf24fb37717 /plugingui/maintab.cc | |
parent | dc244432932a2e727f0dec191861e4b46c327269 (diff) |
Modify look of bleed control frame and add switch.
Also remove useless TODO and FIXME.
Diffstat (limited to 'plugingui/maintab.cc')
-rw-r--r-- | plugingui/maintab.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugingui/maintab.cc b/plugingui/maintab.cc index 8238988..8bc4962 100644 --- a/plugingui/maintab.cc +++ b/plugingui/maintab.cc @@ -26,13 +26,9 @@ */ #include "maintab.h" -// FIXME: -#include <iostream> - namespace GUI { -// TODO: Reduce boilerplate code in this constructor MainTab::MainTab(Widget* parent, Settings& settings, SettingsNotifier& settings_notifier, @@ -66,6 +62,7 @@ MainTab::MainTab(Widget* parent, &resampling_frame, &FrameWidget::setOnSwitch); CONNECT(&humanizer_frame, onSwitchChangeNotifier, this, &MainTab::humanizerOnChange); + // TODO: Connect bleed control switch to settings CONNECT(&resampling_frame, onSwitchChangeNotifier, this, &MainTab::resamplingOnChange); } |