forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user