summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-01-03 18:54:38 +0100
committerUlf Hermann <ulf.hermann@qt.io>2022-02-05 07:25:15 +0100
commitb13c33c0df951f3d8b4eb430b770708385d6c8e9 (patch)
tree24c19b4a0d4dfb9df27c92d475e2c9ed2344e474
parente9d52ce27fc347f457d8c7399cbe5210598838bc (diff)
Adapt to moving of type registrations into the Qt namespace
Change-Id: I7877da24f24f962cbd2b7db4413d87c2c5bf48f3 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
-rw-r--r--src/scxmlqml/qscxmlqmlglobals_p.h4
-rw-r--r--src/statemachineqml/qstatemachineqmlglobals_p.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/scxmlqml/qscxmlqmlglobals_p.h b/src/scxmlqml/qscxmlqmlglobals_p.h
index a1dfbb2..cf687f3 100644
--- a/src/scxmlqml/qscxmlqmlglobals_p.h
+++ b/src/scxmlqml/qscxmlqmlglobals_p.h
@@ -54,6 +54,10 @@
#include <QtCore/qglobal.h>
#include <QtScxmlQml/private/qtscxmlqmlexports_p.h>
+QT_BEGIN_NAMESPACE
+
void Q_SCXMLQML_PRIVATE_EXPORT qml_register_types_QtScxml();
+QT_END_NAMESPACE
+
#endif // QSCXMLQMLGLOBALS_P_H
diff --git a/src/statemachineqml/qstatemachineqmlglobals_p.h b/src/statemachineqml/qstatemachineqmlglobals_p.h
index d85eccd..e597f4b 100644
--- a/src/statemachineqml/qstatemachineqmlglobals_p.h
+++ b/src/statemachineqml/qstatemachineqmlglobals_p.h
@@ -54,6 +54,10 @@
#include <QtCore/qglobal.h>
#include <QtStateMachineQml/private/qtstatemachineqmlexports_p.h>
+QT_BEGIN_NAMESPACE
+
void Q_STATEMACHINEQML_PRIVATE_EXPORT qml_register_types_QtQml_StateMachine();
+QT_END_NAMESPACE
+
#endif // QSTATEMACHINEQMLGLOBALS_P_H