forked from qt-creator/qt-creator
ProjectExplorer: Fix build
Change-Id: I75b2b2860d3b8050bf84205d5d8fff8f0737db81 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user