From 1f41de14a04240dfd993b030306ac251d962a843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 1 Apr 2017 19:01:25 +0200 Subject: Fix a lot of style issues in the code for the new GUI. --- plugingui/humanizerframecontent.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugingui/humanizerframecontent.cc') diff --git a/plugingui/humanizerframecontent.cc b/plugingui/humanizerframecontent.cc index aaa1167..6a01b7b 100644 --- a/plugingui/humanizerframecontent.cc +++ b/plugingui/humanizerframecontent.cc @@ -28,10 +28,10 @@ #include "painter.h" -namespace GUI { +namespace GUI +{ -HumanizerframeContent::HumanizerframeContent(Widget* parent) - : Widget(parent) +HumanizerframeContent::HumanizerframeContent(Widget* parent) : Widget(parent) { // FIXME, is resizeChildren broken? layout.setResizeChildren(true); @@ -50,10 +50,10 @@ HumanizerframeContent::HumanizerframeContent(Widget* parent) // TODO: connect the knobs to the right functions // CONNECT(&humanizeControls->velocityCheck, stateChangedNotifier, // this, &DGWindow::velocityCheckClick); - // + // // CONNECT(&humanizeControls->attackKnob, valueChangedNotifier, // this, &DGWindow::attackValueChanged); - // + // // CONNECT(&humanizeControls->falloffKnob, valueChangedNotifier, // this, &DGWindow::falloffValueChanged); } -- cgit v1.2.3