forked from qt-creator/qt-creator
ProjectExplorer: Rename various items in the Toolchain class
Change-Id: I544763d3b4d521f6bbed0dc5a767c15c49055a19 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -417,7 +417,7 @@ static Toolchain *armGccToolChain(const FilePath &path, Id language)
|
||||
ToolchainFactory *gccFactory
|
||||
= Utils::findOrDefault(ToolchainFactory::allToolchainFactories(),
|
||||
[](ToolchainFactory *f) {
|
||||
return f->supportedToolChainType()
|
||||
return f->supportedToolchainType()
|
||||
== ProjectExplorer::Constants::GCC_TOOLCHAIN_TYPEID;
|
||||
});
|
||||
if (gccFactory) {
|
||||
@@ -444,7 +444,7 @@ static Toolchain *iarToolChain(const FilePath &path, Id language)
|
||||
ToolchainFactory *iarFactory
|
||||
= Utils::findOrDefault(ToolchainFactory::allToolchainFactories(),
|
||||
[](ToolchainFactory *f) {
|
||||
return f->supportedToolChainType()
|
||||
return f->supportedToolchainType()
|
||||
== BareMetal::Constants::IAREW_TOOLCHAIN_TYPEID;
|
||||
});
|
||||
if (iarFactory) {
|
||||
|
||||
Reference in New Issue
Block a user