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:
@@ -42,7 +42,7 @@ namespace Nim {
|
||||
|
||||
NimToolChainFactory::NimToolChainFactory()
|
||||
{
|
||||
setDisplayName(tr("Nim"));
|
||||
setDisplayName(NimToolChain::tr("Nim"));
|
||||
setSupportedToolChainType(Constants::C_NIMTOOLCHAIN_TYPEID);
|
||||
setSupportedLanguages({Constants::C_NIMLANGUAGE_ID});
|
||||
setToolchainConstructor([] { return new NimToolChain; });
|
||||
|
||||
Reference in New Issue
Block a user