| 1223 | } |
| 1224 | |
| 1225 | void |
| 1226 | SourceWidget::onChangeAutoGain(void) |
| 1227 | { |
| 1228 | // This is just a shortcut to per-gain settings |
| 1229 | this->applyCurrentAutogain(); |
| 1230 | } |
| 1231 | |
| 1232 | void |
| 1233 | SourceWidget::onToggleAutoGain(void) |
nothing calls this directly
no test coverage detected