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:
@@ -377,7 +377,7 @@ namespace Internal {
|
||||
|
||||
CustomToolChainFactory::CustomToolChainFactory()
|
||||
{
|
||||
setId(Constants::CUSTOM_TOOLCHAIN_ID);
|
||||
setTypeId(Constants::CUSTOM_TOOLCHAIN_ID);
|
||||
setDisplayName(tr("Custom"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user