Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
844
void MainWindow::closeEvent(QCloseEvent * e)
845
{
846
m_pDrawWidget->PrepareShutdown();
847
e->accept();
848
}
849
850
void MainWindow::OnDownloadClicked()
851
{
Callers
nothing calls this directly
Calls
2
PrepareShutdown
Method · 0.80
accept
Method · 0.80
Tested by
no test coverage detected