MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / removeMemorySpot

Method removeMemorySpot

src/gui/MainWindow.cpp:5492–5495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5490}
5491
5492void MainWindow::removeMemorySpot(int memoryIndex)
5493{
5494 m_radioModel.spotModel().removeSpot(memorySpotId(memoryIndex));
5495}
5496
5497void MainWindow::clearMemorySpotFeed()
5498{

Callers

nothing calls this directly

Calls 2

memorySpotIdFunction · 0.85
removeSpotMethod · 0.80

Tested by

no test coverage detected