forked from qt-creator/qt-creator
ToolChainFactory: Rename id() to typeId()
This is the same as ToolChain::typeId(), so it should have the same name. Change-Id: Ifd344825be801aff3dab96bfe924a1984a77bbee Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -157,7 +157,7 @@ QStringList QnxToolChain::reinterpretOptions(const QStringList &args) const
|
||||
|
||||
QnxToolChainFactory::QnxToolChainFactory()
|
||||
{
|
||||
setId(Constants::QNX_TOOLCHAIN_ID);
|
||||
setTypeId(Constants::QNX_TOOLCHAIN_ID);
|
||||
setDisplayName(tr("QCC"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user