MCPcopy Create free account
hub / github.com/KDE/kdevelop / hasBuildInfo

Method hasBuildInfo

plugins/qmakemanager/qmakemanager.cpp:454–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454bool QMakeProjectManager::hasBuildInfo(KDevelop::ProjectBaseItem* item) const
455{
456 return findQMakeFolderParent(item);
457}
458
459QMakeCache* QMakeProjectManager::findQMakeCache(IProject* project, const Path& path) const
460{

Callers

nothing calls this directly

Calls 1

findQMakeFolderParentFunction · 0.85

Tested by

no test coverage detected