Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ closeEvent
Method
closeEvent
gecode/gist/mainwindow.cpp:225–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
225
void
226
GistMainWindow::closeEvent(QCloseEvent* event) {
227
if (c->finish())
228
event->accept();
229
else
230
event->ignore();
231
}
232
233
void
234
GistMainWindow::statusChanged(const Statistics& stats, bool finished) {
Callers
nothing calls this directly
Calls
2
finish
Method · 0.45
ignore
Method · 0.45
Tested by
no test coverage detected