MCPcopy Create free account
hub / github.com/comaps/comaps / ShowModal

Method ShowModal

qt/update_dialog.cpp:601–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601void UpdateDialog::ShowModal()
602{
603 // If called for the first time.
604 if (!m_tree->topLevelItemCount())
605 FillTree({} /* filter */, m_fillTreeTimestamp);
606
607 exec();
608}
609} // namespace qt

Callers 4

ShowUpdateDialogMethod · 0.45
OnRoutingSettingsMethod · 0.45
OnBookmarksActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected