coding style
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1051 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -112,7 +112,8 @@ void instrumentMidiIO::saveSettings( QDomDocument & _doc, QDomElement & _this )
|
||||
m_receiveEnabledModel.saveSettings( _doc, _this, "receive" );
|
||||
m_sendEnabledModel.saveSettings( _doc, _this, "send" );
|
||||
m_defaultVelocityInEnabledModel.saveSettings( _doc, _this, "defvelin" );
|
||||
m_defaultVelocityOutEnabledModel.saveSettings( _doc, _this, "defvelout" );
|
||||
m_defaultVelocityOutEnabledModel.saveSettings( _doc, _this,
|
||||
"defvelout" );
|
||||
|
||||
if( m_receiveEnabledModel.value() == TRUE )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user