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

Method getCurrentSatellite

Components/FrequencyCorrectionDialog.cpp:636–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636QString
637FrequencyCorrectionDialog::getCurrentSatellite(void) const
638{
639 return this->ui->satCombo->currentIndex() >= 0
640 ? this->ui->satCombo->currentText()
641 : "";
642}
643
644QString
645FrequencyCorrectionDialog::getCurrentTLE(void) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected