From 465d20fb1554af71f7c7971f3c4f67ef6b3b8324 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 21 Jul 2023 12:18:39 +0200 Subject: [PATCH] ScxmlEditor: Compile fix Change-Id: Iaf4bcc481f1637f3307aa302dbba33dbed822cbc Reviewed-by: hjk --- src/plugins/scxmleditor/scxmleditorplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/scxmleditor/scxmleditorplugin.cpp b/src/plugins/scxmleditor/scxmleditorplugin.cpp index fdf554b7e40..47d76a8c089 100644 --- a/src/plugins/scxmleditor/scxmleditorplugin.cpp +++ b/src/plugins/scxmleditor/scxmleditorplugin.cpp @@ -24,7 +24,7 @@ private: void extensionsInitialized() final { - DesignMode::setDesignModeIsRequired(); + Core::DesignMode::setDesignModeIsRequired(); } std::unique_ptr editorFactory;