| 4894 | } |
| 4895 | |
| 4896 | void SpectrumWidget::removeSliceOverlay(int sliceId) |
| 4897 | { |
| 4898 | int idx = overlayIndex(sliceId); |
| 4899 | if (idx >= 0) m_sliceOverlays.remove(idx); |
| 4900 | markOverlayDirty(); |
| 4901 | } |
| 4902 | |
| 4903 | void SpectrumWidget::setSplitPair(int rxSliceId, int txSliceId) |
| 4904 | { |
no test coverage detected