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:
@@ -260,7 +260,7 @@ AndroidToolChainConfigWidget::AndroidToolChainConfigWidget(AndroidToolChain *tc)
|
||||
|
||||
AndroidToolChainFactory::AndroidToolChainFactory()
|
||||
{
|
||||
setId(Constants::ANDROID_TOOLCHAIN_ID);
|
||||
setTypeId(Constants::ANDROID_TOOLCHAIN_ID);
|
||||
setDisplayName(tr("Android GCC"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user