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

Method removeFromFileSet

kdevplatform/tests/testproject.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void TestProject::removeFromFileSet(ProjectFileItem* file)
112{
113 if (m_fileSet.remove(file->indexedPath())) {
114 emit fileRemovedFromSet(file);
115 }
116}
117
118void TestProjectController::initialize()
119{

Callers

nothing calls this directly

Calls 2

indexedPathMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected