| 127 | } |
| 128 | |
| 129 | void ClientCompApplet::saveCompSettings() const |
| 130 | { |
| 131 | if (!m_audio) return; |
| 132 | if (m_side == Side::Rx) m_audio->saveClientCompRxSettings(); |
| 133 | else m_audio->saveClientCompSettings(); |
| 134 | } |
| 135 | |
| 136 | void ClientCompApplet::buildUI() |
| 137 | { |
nothing calls this directly
no test coverage detected