ProjectExplorer: Fix build

Change-Id: I75b2b2860d3b8050bf84205d5d8fff8f0737db81
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Artem Sokolovskii
2021-11-02 10:23:38 +01:00
parent 195abefe7d
commit 4d4abc8578

View File

@@ -466,7 +466,7 @@ void JsonWizard::openFiles(const JsonWizard::GeneratorFiles &files)
openedSomething = true; openedSomething = true;
} }
if (file.attributes() & Core::GeneratedFile::OpenEditorAttribute) { if (file.attributes() & Core::GeneratedFile::OpenEditorAttribute) {
Core::IEditor *editor = Core::EditorManager::openEditor(FilePath::fromString( Core::IEditor *editor = Core::EditorManager::openEditor(Utils::FilePath::fromString(
file.path()), file.path()),
file.editorId()); file.editorId());
if (!editor) { if (!editor) {