diff options
| author | Ulf Hermann <ulf.hermann@qt.io> | 2024-04-26 11:56:55 +0200 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@qt.io> | 2024-04-28 20:42:34 +0200 |
| commit | 59c5038af49b82a8ee9c93455cdf093fa097aec8 (patch) | |
| tree | 03c86069103ca0900daedd5121f4b5d106d36841 /src/qml/jsapi/qjsengine.cpp | |
| parent | 3788ab533139d7bcca495d2337bfd3a979b3ee71 (diff) | |
QtQml: Move QMetaObjectWrapper into separate header/impl files
We want to use it from QQmlTypeWrapper and avoid circular includes.
Task-number: QTBUG-124662
Change-Id: I4c78a17eb262a303b7239bbdd853ec02d609c330
Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/jsapi/qjsengine.cpp')
| -rw-r--r-- | src/qml/jsapi/qjsengine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/jsapi/qjsengine.cpp b/src/qml/jsapi/qjsengine.cpp index 42a279ca25..8346ef5d84 100644 --- a/src/qml/jsapi/qjsengine.cpp +++ b/src/qml/jsapi/qjsengine.cpp @@ -16,6 +16,7 @@ #include <private/qqmlbuiltinfunctions_p.h> #include <private/qqmldebugconnector_p.h> #include <private/qv4qobjectwrapper_p.h> +#include <private/qv4qmetaobjectwrapper_p.h> #include <private/qv4stackframe_p.h> #include <private/qv4module_p.h> #include <private/qv4symbol_p.h> |
