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