| 94 | } |
| 95 | |
| 96 | QList<ProjectFileItem*> TestProject::filesForPath(const IndexedString& path) const |
| 97 | { |
| 98 | QList<ProjectFileItem*> ret; |
| 99 | findFileItems(m_root, ret, Path(path.toUrl())); |
| 100 | return ret; |
| 101 | } |
| 102 | |
| 103 | void TestProject::addToFileSet(ProjectFileItem* file) |
| 104 | { |
nothing calls this directly
no test coverage detected