forked from qt-creator/qt-creator
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:
committed by
David Schulz
parent
149f420550
commit
ce005981ab
@@ -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())
|
||||
|
Reference in New Issue
Block a user