diff options
author | hjk <hjk@qt.io> | 2019-12-17 14:07:53 +0100 |
---|---|---|
committer | hjk <hjk@qt.io> | 2019-12-18 08:43:18 +0000 |
commit | e109b731ad001ba566289b7184799e91b19fbccb (patch) | |
tree | 133667f71377d5af130b776f97d3f090ef1c8138 /src/plugins/projectexplorer/fileinsessionfinder.h | |
parent | e16876df0cd65c40480fcf7f2ae9f16ab66c991c (diff) | |
download | qt-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/projectexplorer/fileinsessionfinder.h')
-rw-r--r-- | src/plugins/projectexplorer/fileinsessionfinder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/fileinsessionfinder.h b/src/plugins/projectexplorer/fileinsessionfinder.h index 307018a2fc..b3e011cb3f 100644 --- a/src/plugins/projectexplorer/fileinsessionfinder.h +++ b/src/plugins/projectexplorer/fileinsessionfinder.h @@ -32,6 +32,6 @@ namespace ProjectExplorer { // Possibly used by "QtCreatorTerminalPlugin" -PROJECTEXPLORER_EXPORT Utils::FilePathList findFileInSession(const Utils::FilePath &filePath); +PROJECTEXPLORER_EXPORT Utils::FilePaths findFileInSession(const Utils::FilePath &filePath); } // namespace ProjectExplorer |