ProjectExplorer: Fix compile with MSVC2010

Task-number: QTCREATORBUG-13082
Change-Id: I669504be2241d0101dabd0c2ce0b1f29c87218f3
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
Christian Stenger
2014-09-22 12:29:36 +02:00
committed by David Schulz
parent 149f420550
commit ce005981ab

View File

@@ -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())