| 87 | } |
| 88 | |
| 89 | QList<ProjectFileItem*> TestProject::files() const |
| 90 | { |
| 91 | QList<ProjectFileItem*> ret; |
| 92 | findFileItems(m_root, ret); |
| 93 | return ret; |
| 94 | } |
| 95 | |
| 96 | QList<ProjectFileItem*> TestProject::filesForPath(const IndexedString& path) const |
| 97 | { |
nothing calls this directly
no test coverage detected