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

Method closeEvent

qt/mainwindow.cpp:844–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844void MainWindow::closeEvent(QCloseEvent * e)
845{
846 m_pDrawWidget->PrepareShutdown();
847 e->accept();
848}
849
850void MainWindow::OnDownloadClicked()
851{

Callers

nothing calls this directly

Calls 2

PrepareShutdownMethod · 0.80
acceptMethod · 0.80

Tested by

no test coverage detected