aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/controls/plugins.qmltypes2
-rw-r--r--src/imports/templates/plugins.qmltypes2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/controls/plugins.qmltypes b/src/imports/controls/plugins.qmltypes
index c1d3388c..5011365c 100644
--- a/src/imports/controls/plugins.qmltypes
+++ b/src/imports/controls/plugins.qmltypes
@@ -1913,7 +1913,7 @@ Module {
Property { name: "busy"; type: "bool"; isReadonly: true }
Property { name: "depth"; type: "int"; isReadonly: true }
Property { name: "currentItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
- Property { name: "initialItem"; type: "QVariant" }
+ Property { name: "initialItem"; type: "QJSValue" }
Property { name: "popEnter"; type: "QQuickTransition"; isPointer: true }
Property { name: "popExit"; type: "QQuickTransition"; isPointer: true }
Property { name: "pushEnter"; type: "QQuickTransition"; isPointer: true }
diff --git a/src/imports/templates/plugins.qmltypes b/src/imports/templates/plugins.qmltypes
index f4d03f6e..0283f50d 100644
--- a/src/imports/templates/plugins.qmltypes
+++ b/src/imports/templates/plugins.qmltypes
@@ -1269,7 +1269,7 @@ Module {
Property { name: "busy"; type: "bool"; isReadonly: true }
Property { name: "depth"; type: "int"; isReadonly: true }
Property { name: "currentItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
- Property { name: "initialItem"; type: "QVariant" }
+ Property { name: "initialItem"; type: "QJSValue" }
Property { name: "popEnter"; type: "QQuickTransition"; isPointer: true }
Property { name: "popExit"; type: "QQuickTransition"; isPointer: true }
Property { name: "pushEnter"; type: "QQuickTransition"; isPointer: true }