forked from qt-creator/qt-creator
CppTools: De-duplicate and rename function in ProjectPart
Change-Id: I675ce4c9059d8ae4046f6a13aa7c04b88141d443 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -997,8 +997,8 @@ void QbsProject::updateCppCodeModel()
|
||||
rpp.setHeaderPaths(grpHeaderPaths);
|
||||
|
||||
rpp.setDisplayName(grp.name());
|
||||
rpp.setProjectFile(grp.location().filePath(),
|
||||
grp.location().line(), grp.location().column());
|
||||
rpp.setProjectFileLocation(grp.location().filePath(),
|
||||
grp.location().line(), grp.location().column());
|
||||
|
||||
QHash<QString, qbs::ArtifactData> filePathToSourceArtifact;
|
||||
bool hasCFiles = false;
|
||||
|
||||
Reference in New Issue
Block a user