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

Method aboutToShutdown

plugins/projectmanagerview/projecttreeview.cpp:438–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438void ProjectTreeView::aboutToShutdown()
439{
440 // save all projects, not just the selected ones
441 const auto projects = ICore::self()->projectController()->projects();
442 for ( const auto& project: projects ) {
443 saveState( project );
444 }
445}
446
447void ProjectTreeView::keyPressEvent(QKeyEvent* event)
448{

Callers

nothing calls this directly

Calls 3

saveStateFunction · 0.85
projectsMethod · 0.80
projectControllerMethod · 0.80

Tested by

no test coverage detected