| 234 | } |
| 235 | |
| 236 | void assignModeForcedDirections(const QVector<SpectrumWidget::SliceOverlay>& overlays, |
| 237 | QMap<int, VfoWidget::FlagDir>& dirMap) |
| 238 | { |
| 239 | for (const SpectrumWidget::SliceOverlay& overlay : overlays) { |
| 240 | if (overlay.mode == "RTTY" || overlay.mode == "DIGL") { |
| 241 | dirMap[overlay.sliceId] = VfoWidget::ForceRight; |
| 242 | } |
| 243 | } |
| 244 | } |
| 245 | |
| 246 | } // namespace |
| 247 |
no outgoing calls
no test coverage detected