| 1182 | } |
| 1183 | |
| 1184 | void |
| 1185 | FFTWidget::onAnalyzerParams(const Suscan::AnalyzerParams ¶ms) |
| 1186 | { |
| 1187 | this->refreshParamControls(params); |
| 1188 | } |
| 1189 | |
| 1190 | void |
| 1191 | FFTWidget::onSourceInfoMessage(Suscan::SourceInfoMessage const &msg) |
nothing calls this directly
no test coverage detected