aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customtoolchain.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-07-07 14:24:27 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-07-14 14:00:32 +0000
commit6eec39c30869e7068abd51a8827671e55fab8bc7 (patch)
tree65e56ab47139c3d2a2ef570ded61b66c07f4fdd2 /src/plugins/projectexplorer/customtoolchain.cpp
parentda5f9117512db2e55f7648ad7d303fa0edd03f49 (diff)
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>
Diffstat (limited to 'src/plugins/projectexplorer/customtoolchain.cpp')
-rw-r--r--src/plugins/projectexplorer/customtoolchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/customtoolchain.cpp b/src/plugins/projectexplorer/customtoolchain.cpp
index 142d47dcd5..06b2af01a4 100644
--- a/src/plugins/projectexplorer/customtoolchain.cpp
+++ b/src/plugins/projectexplorer/customtoolchain.cpp
@@ -377,7 +377,7 @@ namespace Internal {
CustomToolChainFactory::CustomToolChainFactory()
{
- setId(Constants::CUSTOM_TOOLCHAIN_ID);
+ setTypeId(Constants::CUSTOM_TOOLCHAIN_ID);
setDisplayName(tr("Custom"));
}