ScxmlEditor: Compile fix

Change-Id: Iaf4bcc481f1637f3307aa302dbba33dbed822cbc
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
hjk
2023-07-21 12:18:39 +02:00
parent e607005096
commit 465d20fb15

View File

@@ -24,7 +24,7 @@ private:
void extensionsInitialized() final
{
DesignMode::setDesignModeIsRequired();
Core::DesignMode::setDesignModeIsRequired();
}
std::unique_ptr<ScxmlEditorFactory> editorFactory;