Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ OnBookmarksAction
Method
OnBookmarksAction
qt/mainwindow.cpp:925–930 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
923
}
924
925
void MainWindow::OnBookmarksAction()
926
{
927
BookmarkDialog dlg(this, m_pDrawWidget->GetFramework());
928
dlg.ShowModal();
929
m_pDrawWidget->update();
930
}
931
932
} // namespace qt
Callers
nothing calls this directly
Calls
2
ShowModal
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected