MCPcopy Create free account
hub / github.com/KDE/kdevelop / shutdown

Method shutdown

kdevplatform/shell/core.cpp:403–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403void Core::shutdown()
404{
405 qCDebug(SHELL) << "Shutting down Core";
406
407 if (!d->m_shuttingDown) {
408 cleanup();
409 deleteLater();
410 }
411
412 qCDebug(SHELL) << "Shutdown done";
413}
414
415bool Core::shuttingDown() const
416{

Callers 2

cleanupMethod · 0.45
~ MainWindowMethod · 0.45

Calls 1

cleanupFunction · 0.50

Tested by

no test coverage detected