From 21c5d3499ba143f4ff703410174e27c11f7ddda3 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 26 Sep 2022 18:09:03 +0200 Subject: [PATCH] CMakeProjectManager: Compile fix Amends bcadea228. Change-Id: I4f85780ffa6c7c79c70c096b457065f95e96355f Reviewed-by: hjk --- src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp index da65b0f42d8..7eab725f955 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp @@ -129,7 +129,7 @@ FilePaths CMakeProjectImporter::importCandidates() const FilePaths finalists = Utils::filteredUnique(candidates); qCInfo(cmInputLog) << "import candidates:" << finalists; - return Utils::transform(finalists, &FilePath::fromString); + return finalists; } static CMakeConfig configurationFromPresetProbe(