Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ removeSpot
Method
removeSpot
src/models/SpotModel.cpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void SpotModel::removeSpot(int index)
55
{
56
if (m_spots.remove(index))
57
emit spotRemoved(index);
58
}
59
60
void SpotModel::clear()
61
{
Callers
6
cmdSpotDelete
Method · 0.80
removeMemorySpot
Method · 0.80
clearMemorySpotFeed
Method · 0.80
wireSpotSubsystem
Method · 0.80
wirePanadapter
Method · 0.80
onStatusReceived
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected