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

ShowModalMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected