Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ doClickOK
Method
doClickOK
src/forms/Bookmark/BookmarkView.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void doClickOK() override {
62
wxGetApp().getBookmarkMgr().removeGroup(subject);
63
wxGetApp().getBookmarkMgr().updateBookmarks();
64
}
65
66
private:
67
std::string subject;
Callers
nothing calls this directly
Calls
2
removeGroup
Method · 0.80
updateBookmarks
Method · 0.45
Tested by
no test coverage detected