| 452 | } |
| 453 | |
| 454 | bool QMakeProjectManager::hasBuildInfo(KDevelop::ProjectBaseItem* item) const |
| 455 | { |
| 456 | return findQMakeFolderParent(item); |
| 457 | } |
| 458 | |
| 459 | QMakeCache* QMakeProjectManager::findQMakeCache(IProject* project, const Path& path) const |
| 460 | { |
nothing calls this directly
no test coverage detected