summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/msvctoolchain.h
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/msvctoolchain.h
parent153d593b6328ba45f4e7ee46ff1ad1ce9e19b61e (diff)
downloadqt-creator-ca29cbfc8a4cd2fad3556f0c98febc4692894265.tar.gz
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/msvctoolchain.h')
-rw-r--r--src/plugins/projectexplorer/msvctoolchain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/msvctoolchain.h b/src/plugins/projectexplorer/msvctoolchain.h
index 22dfab5ae9..69c6782393 100644
--- a/src/plugins/projectexplorer/msvctoolchain.h
+++ b/src/plugins/projectexplorer/msvctoolchain.h
@@ -61,7 +61,7 @@ public:
MsvcToolChain(const QString &name, const Abi &abi,
const QString &varsBat, const QString &varsBatArg, Detection d = ManualDetection);
bool isValid() const override;
- QList<Utils::FileName> suggestedMkspecList() const override;
+ Utils::FileNameList suggestedMkspecList() const override;
static MsvcToolChain *readFromMap(const QVariantMap &data);