Refactoring to follow current code style guide
Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
This commit is contained in:
committed by
Tobias Doerffel
parent
720e332891
commit
cc317032e3
@@ -30,9 +30,9 @@
|
||||
#include "midi_event_processor.h"
|
||||
#include "midi_port.h"
|
||||
#include "note.h"
|
||||
#include <QString>
|
||||
#include <QPair>
|
||||
#include <QDomElement>
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QPair>
|
||||
#include <QtXml/QDomElement>
|
||||
|
||||
class QDomDocument;
|
||||
|
||||
|
||||
@@ -50,10 +50,10 @@ private:
|
||||
|
||||
bool m_keysActive; // true: configure key, false: configure controller
|
||||
|
||||
groupBox * m_actionKey_gb;
|
||||
groupBox * m_actionController_gb;
|
||||
QComboBox * m_actionsKey_box;
|
||||
QComboBox * m_actionsController_box;
|
||||
groupBox * m_actionKeyGroupBox;
|
||||
groupBox * m_actionControllerGroupBox;
|
||||
QComboBox * m_actionsKeyBox;
|
||||
QComboBox * m_actionsControllerBox;
|
||||
lcdSpinBoxModel * m_controllerSbModel;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user