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

Method projectClosing

plugins/cmake/cmakemanager.cpp:738–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736{ return QPair<QString, QString>(); }
737
738void CMakeManager::projectClosing(IProject* p)
739{
740 const auto it = m_projects.constFind(p);
741 if (it != m_projects.cend()) {
742 cleanupTestSuites(it->testSuites, it->testSuiteJobs);
743 m_projects.erase(it);
744 }
745
746 delete m_configureStatusMessages.take(p); // discard the message, because closing its project obsoletes it
747}
748
749void CMakeManager::folderAdded(KDevelop::ProjectFolderItem* folder)
750{

Callers

nothing calls this directly

Calls 2

cleanupTestSuitesFunction · 0.70
constFindMethod · 0.45

Tested by

no test coverage detected