aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/xmllistmodel/plugins.qmltypes')
-rw-r--r--src/imports/xmllistmodel/plugins.qmltypes2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/xmllistmodel/plugins.qmltypes b/src/imports/xmllistmodel/plugins.qmltypes
index 281a2adf05..c71899776f 100644
--- a/src/imports/xmllistmodel/plugins.qmltypes
+++ b/src/imports/xmllistmodel/plugins.qmltypes
@@ -39,7 +39,7 @@ Module {
Method { name: "reload" }
Method {
name: "get"
- type: "QQmlV8Handle"
+ type: "QQmlV4Handle"
Parameter { name: "index"; type: "int" }
}
Method { name: "errorString"; type: "string" }