| 1241 | } |
| 1242 | |
| 1243 | void |
| 1244 | SourceWidget::onSelectAutoGain(void) |
| 1245 | { |
| 1246 | this->selectAutoGain( |
| 1247 | static_cast<unsigned>(this->ui->autoGainCombo->currentIndex())); |
| 1248 | this->applyCurrentAutogain(); |
| 1249 | } |
| 1250 | |
| 1251 | void |
| 1252 | SourceWidget::onToggleDCRemove(void) |
nothing calls this directly
no test coverage detected