forked from qt-creator/qt-creator
ProjectExplorer: De-QObject-ify ToolChainFactory
As collateral damage, use a capital C in KeilToolchain*. Change-Id: If9d64de2108366546683144975d975d9d1727712 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -142,14 +142,14 @@ WebAssemblyToolChain::WebAssemblyToolChain() :
|
||||
setCompilerCommand(Utils::FilePath::fromString(command));
|
||||
setSupportedAbis({toolChainAbi()});
|
||||
setTargetAbi(toolChainAbi());
|
||||
const QString typeAndDisplayName = WebAssemblyToolChainFactory::tr("Emscripten Compiler");
|
||||
const QString typeAndDisplayName = tr("Emscripten Compiler");
|
||||
setDisplayName(typeAndDisplayName);
|
||||
setTypeDisplayName(typeAndDisplayName);
|
||||
}
|
||||
|
||||
WebAssemblyToolChainFactory::WebAssemblyToolChainFactory()
|
||||
{
|
||||
setDisplayName(tr("WebAssembly"));
|
||||
setDisplayName(WebAssemblyToolChain::tr("WebAssembly"));
|
||||
setSupportedToolChainType(Constants::WEBASSEMBLY_TOOLCHAIN_TYPEID);
|
||||
setSupportedLanguages({ProjectExplorer::Constants::C_LANGUAGE_ID,
|
||||
ProjectExplorer::Constants::CXX_LANGUAGE_ID});
|
||||
|
||||
Reference in New Issue
Block a user