forked from qt-creator/qt-creator
		
	Project: Rename Project::activeBuildEnvironment to Project::activeParseEnvironment
This is used for parsing the project only, so reflect that in the name. Not all projects have build configurations, so the old name did not make too much sense for what this has been used for. Eventually this code should move into the BuildSystem. Change-Id: Iff766150b5fe370f2912b0b3b15348b1c1fad5b5 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
		| @@ -390,7 +390,7 @@ void CompilationDatabaseProject::buildTreeAndProjectParts() | ||||
|  | ||||
|     setRootProjectNode(std::move(root)); | ||||
|  | ||||
|     m_cppCodeModelUpdater->update({this, kitInfo, activeBuildEnvironment(), rpps}); | ||||
|     m_cppCodeModelUpdater->update({this, kitInfo, activeParseEnvironment(), rpps}); | ||||
| } | ||||
|  | ||||
| CompilationDatabaseProject::CompilationDatabaseProject(const Utils::FilePath &projectFile) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user