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

Method closeAllProjects

kdevplatform/shell/projectcontroller.cpp:1068–1076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066}
1067
1068void ProjectController::closeAllProjects()
1069{
1070 Q_D(ProjectController);
1071
1072 const auto projects = d->m_projects;
1073 for (auto* project : projects) {
1074 closeProject(project);
1075 }
1076}
1077
1078void ProjectController::abortOpeningProject(IProject* proj)
1079{

Callers 9

cleanupMethod · 0.80
cleanupMethod · 0.80
initMethod · 0.80
testClassRenameMethod · 0.80
testGccCompatibilityMethod · 0.80
testQtIntegrationMethod · 0.80
initMethod · 0.80
varyProjectFilesOnlyMethod · 0.80

Calls

no outgoing calls

Tested by 9

cleanupMethod · 0.64
cleanupMethod · 0.64
initMethod · 0.64
testClassRenameMethod · 0.64
testGccCompatibilityMethod · 0.64
testQtIntegrationMethod · 0.64
initMethod · 0.64
varyProjectFilesOnlyMethod · 0.64