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