| 131 | |
| 132 | |
| 133 | void MidiController::loadSettings( const QDomElement & _this ) |
| 134 | { |
| 135 | Controller::loadSettings( _this ); |
| 136 | |
| 137 | m_midiPort.loadSettings( _this ); |
| 138 | |
| 139 | updateName(); |
| 140 | } |
| 141 | |
| 142 | |
| 143 |
nothing calls this directly
no test coverage detected