InstrumentMidiIOView: coding style improvements

This commit is contained in:
Tobias Doerffel
2014-03-17 21:25:50 +01:00
parent ab4cebeea0
commit f32c89bd13
2 changed files with 6 additions and 8 deletions

View File

@@ -158,10 +158,8 @@ void InstrumentMidiIOView::modelChanged()
m_midiOutputGroupBox->setModel( &mp->m_writableModel );
m_outputChannelSpinBox->setModel( &mp->m_outputChannelModel );
m_fixedOutputVelocitySpinBox->setModel(
&mp->m_fixedOutputVelocityModel );
m_fixedOutputNoteSpinBox->setModel(
&mp->m_fixedOutputNoteModel );
m_fixedOutputVelocitySpinBox->setModel( &mp->m_fixedOutputVelocityModel );
m_fixedOutputNoteSpinBox->setModel( &mp->m_fixedOutputNoteModel );
m_outputProgramSpinBox->setModel( &mp->m_outputProgramModel );
if( m_rpBtn )