| 376 | } |
| 377 | |
| 378 | void |
| 379 | FrequencyCorrectionDialog::setFrequency(SUFREQ freq) |
| 380 | { |
| 381 | this->centerFreq = freq; |
| 382 | this->setWindowTitle( |
| 383 | "Doppler corrections at " |
| 384 | + SuWidgetsHelpers::formatQuantity( |
| 385 | freq, |
| 386 | 4, |
| 387 | "Hz")); |
| 388 | } |
| 389 | |
| 390 | void |
| 391 | FrequencyCorrectionDialog::refreshUiState(void) |
no outgoing calls
no test coverage detected