| 131 | } |
| 132 | |
| 133 | void StripChainWidget::setMicInputReady(bool ready) |
| 134 | { |
| 135 | if (m_micInputReady == ready) return; |
| 136 | m_micInputReady = ready; |
| 137 | update(); |
| 138 | } |
| 139 | |
| 140 | void StripChainWidget::setTxActive(bool active) |
| 141 | { |
no outgoing calls
no test coverage detected