Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ doClickOK
Method
doClickOK
src/forms/Bookmark/BookmarkView.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void doClickOK() override {
46
wxGetApp().getBookmarkMgr().removeBookmark(subject);
47
wxGetApp().getBookmarkMgr().updateBookmarks();
48
}
49
50
private:
51
BookmarkEntryPtr subject;
Callers
nothing calls this directly
Calls
2
removeBookmark
Method · 0.80
updateBookmarks
Method · 0.45
Tested by
no test coverage detected