From 0488cffc52e142fad3606b6c2c0b6f235c1bde30 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 7 Dec 2017 16:03:54 +0100 Subject: Always step QML versions when Qt steps a version Change-Id: I2b9751dcdcee4a5d8d3353bfc2fcc43cd995b584 Reviewed-by: Paolo Angelelli --- src/imports/positioning/plugins.qmltypes | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'src/imports/positioning/plugins.qmltypes') diff --git a/src/imports/positioning/plugins.qmltypes b/src/imports/positioning/plugins.qmltypes index 859736a1..d9791c6d 100644 --- a/src/imports/positioning/plugins.qmltypes +++ b/src/imports/positioning/plugins.qmltypes @@ -4,7 +4,7 @@ import QtQuick.tooling 1.2 // It is used for QML tooling purposes only. // // This file was auto-generated by: -// 'qmlplugindump -nonrelocatable QtPositioning 5.9' +// 'qmlplugindump -nonrelocatable QtPositioning 5.10' Module { dependencies: ["QtQuick 2.8"] @@ -73,6 +73,12 @@ Module { type: "QGeoPath" Parameter { name: "value"; type: "QJSValue" } } + Method { name: "polygon"; type: "QGeoPath" } + Method { + name: "polygon" + type: "QGeoPath" + Parameter { name: "value"; type: "QVariantList" } + } Method { name: "shapeToCircle" type: "QGeoCircle" @@ -88,6 +94,11 @@ Module { type: "QGeoPath" Parameter { name: "shape"; type: "QGeoShape" } } + Method { + name: "shapeToPolygon" + type: "QGeoPolygon" + Parameter { name: "shape"; type: "QGeoShape" } + } } Component { name: "QDeclarativeGeoAddress" @@ -122,10 +133,9 @@ Module { exports: [ "QtPositioning/Position 5.0", "QtPositioning/Position 5.3", - "QtPositioning/Position 5.4", - "QtPositioning/Position 5.9" + "QtPositioning/Position 5.4" ] - exportMetaObjectRevisions: [0, 1, 2, 2] + exportMetaObjectRevisions: [0, 1, 2] Property { name: "latitudeValid"; type: "bool"; isReadonly: true } Property { name: "longitudeValid"; type: "bool"; isReadonly: true } Property { name: "altitudeValid"; type: "bool"; isReadonly: true } @@ -209,7 +219,8 @@ Module { "UnknownType": 0, "RectangleType": 1, "CircleType": 2, - "PathType": 3 + "PathType": 3, + "PolygonType": 4 } } Property { name: "type"; type: "ShapeType"; isReadonly: true } -- cgit v1.2.1