| 747 | } |
| 748 | |
| 749 | void |
| 750 | Application::onPanSpectrumRangeChanged(qint64 min, qint64 max, bool noHop) |
| 751 | { |
| 752 | if (this->scanner != nullptr) |
| 753 | this->scanner->setViewRange(min, max, noHop); |
| 754 | } |
| 755 | |
| 756 | void |
| 757 | Application::onPanSpectrumSkipChanged(void) |
nothing calls this directly
no test coverage detected