s/target/buildtarget/ in projectnodes

This is in preparation of the addition of "targets" in the sense
of "platforms to develop for" into the codebase.

Reviewed-by: dt
This commit is contained in:
Tobias Hunger
2010-02-02 11:59:24 +01:00
parent a76293b5ff
commit 5173c2dc01
10 changed files with 11 additions and 11 deletions

View File

@@ -157,7 +157,7 @@ ProjectExplorer::FolderNode *QmlProjectNode::findOrCreateFolderByName(const QStr
return findOrCreateFolderByName(components, components.length());
}
bool QmlProjectNode::hasTargets() const
bool QmlProjectNode::hasBuildTargets() const
{
return true;
}