| 283 | } |
| 284 | |
| 285 | void ClientCompEditor::saveCompSettings() const |
| 286 | { |
| 287 | if (!m_audio) return; |
| 288 | if (m_side == Side::Rx) m_audio->saveClientCompRxSettings(); |
| 289 | else m_audio->saveClientCompSettings(); |
| 290 | } |
| 291 | |
| 292 | void ClientCompEditor::showForTx() |
| 293 | { |
nothing calls this directly
no test coverage detected