forked from qt-creator/qt-creator
ProjectExplorer: Remove redundant namespace qualifications
Change-Id: Id9034e31f3f61c38894111951534dd0d59b746dc Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -90,7 +90,7 @@ JsonWizard::GeneratorFiles JsonWizard::fileList()
|
||||
if (!errorMessage.isEmpty())
|
||||
break;
|
||||
list.append(Utils::transform(tmp, [&gen](const Core::GeneratedFile &f)
|
||||
{ return ProjectExplorer::JsonWizard::GeneratorFile(f, gen); }));
|
||||
{ return JsonWizard::GeneratorFile(f, gen); }));
|
||||
}
|
||||
|
||||
if (errorMessage.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user