| 835 | } |
| 836 | |
| 837 | void |
| 838 | MainSpectrum::onLnbFrequencyChanged(void) |
| 839 | { |
| 840 | qint64 freq = this->ui->lnbLcd->getValue(); |
| 841 | this->setLnbFreq(freq); |
| 842 | emit lnbFrequencyChanged(freq); |
| 843 | } |
| 844 | |
| 845 | void |
| 846 | MainSpectrum::onWfLoChanged(void) |
nothing calls this directly
no test coverage detected