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

Method queryClose

kdevplatform/shell/mainwindow.cpp:430–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430bool MainWindow::queryClose()
431{
432 if (!Core::self()->documentControllerInternal()->saveAllDocumentsForWindow(
433 this, IDocumentController::SaveSelectionMode::LetUserSelect)) {
434 return false;
435 }
436
437 return Sublime::MainWindow::queryClose();
438}
439
440void MainWindow::documentActivated(const QPointer<KTextEditor::Document>& textDocument)
441{

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected