summaryrefslogtreecommitdiff
path: root/src/plugins/clangpchmanager
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-12-17 14:07:53 +0100
committerhjk <hjk@qt.io>2019-12-18 08:43:18 +0000
commite109b731ad001ba566289b7184799e91b19fbccb (patch)
tree133667f71377d5af130b776f97d3f090ef1c8138 /src/plugins/clangpchmanager
parente16876df0cd65c40480fcf7f2ae9f16ab66c991c (diff)
downloadqt-creator-e109b731ad001ba566289b7184799e91b19fbccb.tar.gz
Utils: Rename FilePathList to simply FilePaths
The exact storage type does not really matter here. Change-Id: Iefec40f0f5909c8e7ba3415db4a11962694e1b38 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/clangpchmanager')
-rw-r--r--src/plugins/clangpchmanager/qtcreatorprojectupdater.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/clangpchmanager/qtcreatorprojectupdater.h b/src/plugins/clangpchmanager/qtcreatorprojectupdater.h
index 1cada833e7..bd3617329c 100644
--- a/src/plugins/clangpchmanager/qtcreatorprojectupdater.h
+++ b/src/plugins/clangpchmanager/qtcreatorprojectupdater.h
@@ -103,7 +103,7 @@ public:
protected:
void newExtraCompiler(const ProjectExplorer::Project *,
const Utils::FilePath &,
- const Utils::FilePathList &targets) override
+ const Utils::FilePaths &targets) override
{
auto filePaths = Utils::transform<ClangBackEnd::FilePaths>(targets,
[](const Utils::FilePath &filePath) {