| 331 | } |
| 332 | |
| 333 | void StripCompPanel::saveCompSettings() const |
| 334 | { |
| 335 | if (!m_audio) return; |
| 336 | if (m_side == Side::Rx) m_audio->saveClientCompRxSettings(); |
| 337 | else m_audio->saveClientCompSettings(); |
| 338 | } |
| 339 | |
| 340 | void StripCompPanel::showForTx() |
| 341 | { |
nothing calls this directly
no test coverage detected