MCPcopy 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
54void SpotModel::removeSpot(int index)
55{
56 if (m_spots.remove(index))
57 emit spotRemoved(index);
58}
59
60void SpotModel::clear()
61{

Callers 6

cmdSpotDeleteMethod · 0.80
removeMemorySpotMethod · 0.80
clearMemorySpotFeedMethod · 0.80
wireSpotSubsystemMethod · 0.80
wirePanadapterMethod · 0.80
onStatusReceivedMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected