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:
Tobias Hunger
2015-07-07 14:24:27 +02:00
parent da5f911751
commit 6eec39c308
7 changed files with 12 additions and 12 deletions

View File

@@ -377,7 +377,7 @@ namespace Internal {
CustomToolChainFactory::CustomToolChainFactory()
{
setId(Constants::CUSTOM_TOOLCHAIN_ID);
setTypeId(Constants::CUSTOM_TOOLCHAIN_ID);
setDisplayName(tr("Custom"));
}