| 69 | } |
| 70 | |
| 71 | bool TestProject::inProject(const IndexedString& path) const |
| 72 | { |
| 73 | return m_path.isParentOf(Path(path.str())); |
| 74 | } |
| 75 | |
| 76 | void findFileItems(ProjectBaseItem* root, QList<ProjectFileItem*>& items, const Path& path = {}) |
| 77 | { |
nothing calls this directly
no test coverage detected