| 109 | } |
| 110 | |
| 111 | void TestProject::removeFromFileSet(ProjectFileItem* file) |
| 112 | { |
| 113 | if (m_fileSet.remove(file->indexedPath())) { |
| 114 | emit fileRemovedFromSet(file); |
| 115 | } |
| 116 | } |
| 117 | |
| 118 | void TestProjectController::initialize() |
| 119 | { |
nothing calls this directly
no test coverage detected