| 828 | } |
| 829 | |
| 830 | void |
| 831 | MainSpectrum::onNewCenterFreq(qint64 freq) |
| 832 | { |
| 833 | this->ui->fcLcd->setValue(freq); |
| 834 | this->updateLimits(); |
| 835 | } |
| 836 | |
| 837 | void |
| 838 | MainSpectrum::onLnbFrequencyChanged(void) |
nothing calls this directly
no test coverage detected