| 819 | } |
| 820 | |
| 821 | void |
| 822 | MainSpectrum::onFrequencyChanged(void) |
| 823 | { |
| 824 | qint64 freq = this->ui->fcLcd->getValue(); |
| 825 | this->setCenterFreq(freq); |
| 826 | emit frequencyChanged(freq); |
| 827 | this->onLoChanged(); |
| 828 | } |
| 829 | |
| 830 | void |
| 831 | MainSpectrum::onNewCenterFreq(qint64 freq) |
nothing calls this directly
no test coverage detected