forked from qt-creator/qt-creator
ProjectExplorer: Use data member for ToolChain::typeDisplayName
Change-Id: Ia78ea3f8628b759706c5b024d687d917b203ec4d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -103,11 +103,7 @@ QnxToolChain::QnxToolChain()
|
||||
: GccToolChain(Constants::QNX_TOOLCHAIN_ID)
|
||||
{
|
||||
setOptionsReinterpreter(&reinterpretOptions);
|
||||
}
|
||||
|
||||
QString QnxToolChain::typeDisplayName() const
|
||||
{
|
||||
return QnxToolChainFactory::tr("QCC");
|
||||
setTypeDisplayName(QnxToolChainFactory::tr("QCC"));
|
||||
}
|
||||
|
||||
std::unique_ptr<ToolChainConfigWidget> QnxToolChain::createConfigurationWidget()
|
||||
|
||||
Reference in New Issue
Block a user