| 609 | } |
| 610 | |
| 611 | void |
| 612 | FrequencyCorrectionDialog::setTimeLimits( |
| 613 | struct timeval const &start, |
| 614 | struct timeval const &end) |
| 615 | { |
| 616 | this->startTime = start; |
| 617 | this->endTime = end; |
| 618 | |
| 619 | this->haveALOS = false; |
| 620 | this->updatePrediction(); |
| 621 | } |
| 622 | |
| 623 | bool |
| 624 | FrequencyCorrectionDialog::isCorrectionEnabled(void) const |
nothing calls this directly
no test coverage detected