ProjectExplorer: Rename Tool{C,h}ainFactory

Also adapt derived classes.

Change-Id: Iebf654c974730333c42b6994269ad1a4d5f7f428
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2023-11-22 14:39:32 +01:00
parent 2ef1ed9c22
commit 2d4867e73f
30 changed files with 127 additions and 128 deletions

View File

@@ -168,7 +168,7 @@ bool WebAssemblyToolChain::areToolChainsRegistered()
return !ToolChainManager::findToolChains(toolChainAbi()).isEmpty();
}
WebAssemblyToolChainFactory::WebAssemblyToolChainFactory()
WebAssemblyToolchainFactory::WebAssemblyToolchainFactory()
{
setDisplayName(Tr::tr("Emscripten"));
setSupportedToolChainType(Constants::WEBASSEMBLY_TOOLCHAIN_TYPEID);
@@ -178,7 +178,7 @@ WebAssemblyToolChainFactory::WebAssemblyToolChainFactory()
setUserCreatable(true);
}
Toolchains WebAssemblyToolChainFactory::autoDetect(const ToolchainDetector &detector) const
Toolchains WebAssemblyToolchainFactory::autoDetect(const ToolchainDetector &detector) const
{
return doAutoDetect(detector);
}