| 898 | } |
| 899 | |
| 900 | void |
| 901 | FFTWidget::refreshSpectrumAxesSettings() |
| 902 | { |
| 903 | bool blocking = m_spectrum->blockSignals(true); |
| 904 | |
| 905 | m_spectrum->setGain(this->panelConfig->gain); |
| 906 | |
| 907 | m_spectrum->blockSignals(blocking); |
| 908 | } |
| 909 | |
| 910 | void |
| 911 | FFTWidget::refreshSpectrumRepresentationSettings() |
no test coverage detected