diff options
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 |