MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onAntennaChanged

Method onAntennaChanged

Settings/ProfileConfigTab.cpp:955–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

configChangedMethod · 0.95
setAntennaMethod · 0.45

Tested by

no test coverage detected