MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onLnbFrequencyChanged

Method onLnbFrequencyChanged

Components/MainSpectrum.cpp:837–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

setLnbFreqMethod · 0.95

Tested by

no test coverage detected