| 1230 | } |
| 1231 | |
| 1232 | void |
| 1233 | SourceWidget::onToggleAutoGain(void) |
| 1234 | { |
| 1235 | this->panelConfig->gainPresetEnabled = this->ui->gainPresetCheck->isChecked(); |
| 1236 | |
| 1237 | if (this->panelConfig->gainPresetEnabled) |
| 1238 | this->applyCurrentAutogain(); |
| 1239 | |
| 1240 | this->refreshUi(); |
| 1241 | } |
| 1242 | |
| 1243 | void |
| 1244 | SourceWidget::onSelectAutoGain(void) |
nothing calls this directly
no test coverage detected