ProjectExplorer: Some more Toolchain renamings

Change-Id: If8bdfd5e49a031a511bc0e062727495a12d2d3bd
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2023-12-13 14:00:37 +01:00
parent d6b27f372b
commit d2ca6afb8f
19 changed files with 138 additions and 138 deletions

View File

@@ -65,7 +65,7 @@ public:
static QList<ProjectPart::ConstPtr> createCAndCxxProjectParts()
{
QList<ProjectPart::ConstPtr> projectParts;
ToolChainInfo tcInfo;
ToolchainInfo tcInfo;
// Create project part for C
tcInfo.macroInspectionRunner = [](const QStringList &) {
@@ -484,7 +484,7 @@ public:
{
RawProjectPart rpp;
rpp.setHeaderPaths(headerPaths);
ToolChainInfo tcInfo;
ToolchainInfo tcInfo;
tcInfo.type = toolchainType;
tcInfo.targetTriple = targetTriple;
tcInfo.installDir = toolchainInstallDir;