diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-05-25 20:01:04 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-05-25 20:04:50 +0200 |
commit | 262ca794c3204e6686e4980c53b0dac0d2218030 (patch) | |
tree | 092ba0fd5aa8621fd9f1d029dec2793b89a80909 /plugingui/bleedcontrolframecontent.h | |
parent | 3256d014368e8719b11f2a851bd0a8a9714a67ad (diff) |
Introduce settings for master bleed control.
Diffstat (limited to 'plugingui/bleedcontrolframecontent.h')
-rw-r--r-- | plugingui/bleedcontrolframecontent.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugingui/bleedcontrolframecontent.h b/plugingui/bleedcontrolframecontent.h index 2fefd64..6b323b9 100644 --- a/plugingui/bleedcontrolframecontent.h +++ b/plugingui/bleedcontrolframecontent.h @@ -25,7 +25,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "button.h" #include "label.h" #include "slider.h" #include "widget.h" @@ -49,14 +48,11 @@ public: private: void bleedSettingsValueChanged(float value); void bleedValueChanged(float value); - void reloadClicked(); - void reloaded(float); Label label_text{this}; Label label_value{this}; Slider slider{this}; - Button button{this}; int slider_width; int button_width; |