From 224f71f3caa571689fc260b567f4356ee907d483 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 4 Apr 2018 13:28:37 +0200 Subject: Update plugins.qmltypes Change-Id: I54225f958a16151f24a8c773489017d5b0a22d54 Reviewed-by: Mitch Curtis Reviewed-by: Thomas Hartmann --- src/imports/controls/plugins.qmltypes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports/controls') 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 } -- cgit v1.2.3