diff --git a/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp b/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp index 1a5537ef52a..6c56be6d371 100644 --- a/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp +++ b/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp @@ -85,7 +85,7 @@ JsonWizard::GeneratorFiles JsonWizard::fileList() if (!errorMessage.isEmpty()) break; list.append(Utils::transform(tmp, [&gen](const Core::GeneratedFile &f) - { return GeneratorFile(f, gen); })); + { return ProjectExplorer::JsonWizard::GeneratorFile(f, gen); })); } if (errorMessage.isEmpty())