| 953 | } |
| 954 | |
| 955 | void |
| 956 | ProfileConfigTab::onAntennaChanged(int) |
| 957 | { |
| 958 | if (!this->refreshing) { |
| 959 | this->configChanged(); |
| 960 | this->profile.setAntenna( |
| 961 | this->ui->antennaCombo->currentText().toStdString()); |
| 962 | } |
| 963 | } |
| 964 | |
| 965 | void |
| 966 | ProfileConfigTab::onAnalyzerTypeChanged(int index) |
nothing calls this directly
no test coverage detected