| 921 | } |
| 922 | |
| 923 | void |
| 924 | FFTWidget::refreshSpectrumWaterfallSettings() |
| 925 | { |
| 926 | bool blocking = m_spectrum->blockSignals(true); |
| 927 | |
| 928 | m_spectrum->setTimeStamps(this->getTimeStamps()); |
| 929 | m_spectrum->setPaletteGradient(this->getPaletteGradient()); |
| 930 | |
| 931 | m_spectrum->blockSignals(blocking); |
| 932 | } |
| 933 | |
| 934 | void |
| 935 | FFTWidget::refreshSpectrumUnits() |
no test coverage detected