Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ ShowUpdateDialog
Method
ShowUpdateDialog
qt/mainwindow.cpp:806–811 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
804
805
#ifndef NO_DOWNLOADER
806
void MainWindow::ShowUpdateDialog()
807
{
808
UpdateDialog dlg(this, m_pDrawWidget->GetFramework());
809
dlg.ShowModal();
810
m_pDrawWidget->update();
811
}
812
813
#endif // NO_DOWNLOADER
814
Callers
nothing calls this directly
Calls
2
ShowModal
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected