| 5490 | } |
| 5491 | |
| 5492 | void MainWindow::removeMemorySpot(int memoryIndex) |
| 5493 | { |
| 5494 | m_radioModel.spotModel().removeSpot(memorySpotId(memoryIndex)); |
| 5495 | } |
| 5496 | |
| 5497 | void MainWindow::clearMemorySpotFeed() |
| 5498 | { |
nothing calls this directly
no test coverage detected