MCPcopy 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
925void 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

ShowModalMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected