| 358 | } |
| 359 | |
| 360 | int Multiband::countLines() |
| 361 | { |
| 362 | int count = 0; |
| 363 | for (int i = 0; i < 3; i++) |
| 364 | { |
| 365 | if (freqDividerGroup[i]->getToggleState()) |
| 366 | { |
| 367 | count++; |
| 368 | } |
| 369 | } |
| 370 | return count; |
| 371 | } |
| 372 | |
| 373 | int Multiband::sortLines() |
| 374 | { |
nothing calls this directly
no outgoing calls
no test coverage detected