forked from qt-creator/qt-creator
ToolChain: Get rid of type() in favor of typeId()
Change-Id: I8fc68c266acb55a7c3e014697a7b526784914f7a Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -67,11 +67,6 @@ QnxToolChain::QnxToolChain(ToolChain::Detection d)
|
||||
: GccToolChain(Constants::QNX_TOOLCHAIN_ID, d)
|
||||
{ }
|
||||
|
||||
QString QnxToolChain::type() const
|
||||
{
|
||||
return QLatin1String(Constants::QNX_TOOLCHAIN_ID);
|
||||
}
|
||||
|
||||
QString QnxToolChain::typeDisplayName() const
|
||||
{
|
||||
return QnxToolChainFactory::tr("QCC");
|
||||
|
||||
Reference in New Issue
Block a user