diff options
| -rw-r--r-- | src/controls/plugins.qmltypes | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/controls/plugins.qmltypes b/src/controls/plugins.qmltypes index 866ef043b..89b9260a7 100644 --- a/src/controls/plugins.qmltypes +++ b/src/controls/plugins.qmltypes @@ -2339,8 +2339,12 @@ Module { name: "QQuickWindow" defaultProperty: "data" prototype: "QWindow" - exports: ["QtQuick.Window/Window 2.0"] - exportMetaObjectRevisions: [0] + exports: [ + "QtQuick.Window/Window 2.0", + "QtQuick.Window/Window 2.1", + "QtQuick.Window/Window 2.2" + ] + exportMetaObjectRevisions: [0, 1, 2] Enum { name: "SceneGraphError" values: { |
