aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customtoolchain.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-07-07 15:24:27 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-07-14 14:40:03 +0000
commite6d1141e1e524cce1bb43a1a859bfbd5441c02d8 (patch)
tree4b409cf97f93fbc6410ebbe0472a4ee693efed15 /src/plugins/projectexplorer/customtoolchain.cpp
parent3b364f70e8da6bae634fbf52e1b03a852fd79cc3 (diff)
ToolChain: Get rid of type() in favor of typeId()
Change-Id: I8fc68c266acb55a7c3e014697a7b526784914f7a Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/customtoolchain.cpp')
-rw-r--r--src/plugins/projectexplorer/customtoolchain.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/projectexplorer/customtoolchain.cpp b/src/plugins/projectexplorer/customtoolchain.cpp
index 06b2af01a4..87a27d2a3b 100644
--- a/src/plugins/projectexplorer/customtoolchain.cpp
+++ b/src/plugins/projectexplorer/customtoolchain.cpp
@@ -82,11 +82,6 @@ CustomToolChain::CustomToolChain(Detection d) :
m_outputParser(Gcc)
{ }
-QString CustomToolChain::type() const
-{
- return QLatin1String("custom");
-}
-
QString CustomToolChain::typeDisplayName() const
{
return Internal::CustomToolChainFactory::tr("Custom");