aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customtoolchain.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-03 14:01:25 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-16 08:33:02 +0000
commitca29cbfc8a4cd2fad3556f0c98febc4692894265 (patch)
treec1ed043fa137e06d4004c123ee88b59dc6471c78 /src/plugins/projectexplorer/customtoolchain.cpp
parent153d593b6328ba45f4e7ee46ff1ad1ce9e19b61e (diff)
Consistently use Utils::FileNameList
Consistently use Utils::FileNameList in favor of QList<Utils::FileName> Change-Id: Iafbb466c882bfd91c25c9e78f107d401bfdb6d55 Reviewed-by: Niels Weber <niels.weber@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 b7d38dc7cd..b2a71d27a9 100644
--- a/src/plugins/projectexplorer/customtoolchain.cpp
+++ b/src/plugins/projectexplorer/customtoolchain.cpp
@@ -181,7 +181,7 @@ void CustomToolChain::addToEnvironment(Environment &env) const
}
}
-QList<FileName> CustomToolChain::suggestedMkspecList() const
+FileNameList CustomToolChain::suggestedMkspecList() const
{
return m_mkspecs;
}