summaryrefslogtreecommitdiff
path: root/src/imports/positioning/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/positioning/plugins.qmltypes')
-rw-r--r--src/imports/positioning/plugins.qmltypes36
1 files changed, 16 insertions, 20 deletions
diff --git a/src/imports/positioning/plugins.qmltypes b/src/imports/positioning/plugins.qmltypes
index bfb76203..a956a786 100644
--- a/src/imports/positioning/plugins.qmltypes
+++ b/src/imports/positioning/plugins.qmltypes
@@ -4,15 +4,15 @@ import QtQuick.tooling 1.1
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -notrelocatable QtPositioning 5.3'
+// 'qmlplugindump -notrelocatable QtPositioning 5.4'
Module {
Component {
name: "GeoShapeValueType"
prototype: "QQmlValueType"
- exports: ["QtPositioning/GeoShape 5.0", "QtPositioning/GeoShape 5.2"]
+ exports: ["QtPositioning/GeoShape 5.0"]
isCreatable: false
- exportMetaObjectRevisions: [0, 0]
+ exportMetaObjectRevisions: [0]
Enum {
name: "ShapeType"
values: {
@@ -33,13 +33,10 @@ Module {
Component {
name: "LocationSingleton"
prototype: "QObject"
- exports: [
- "QtPositioning/QtPositioning 5.0",
- "QtPositioning/QtPositioning 5.2"
- ]
+ exports: ["QtPositioning/QtPositioning 5.0"]
isCreatable: false
isSingleton: true
- exportMetaObjectRevisions: [0, 0]
+ exportMetaObjectRevisions: [0]
Method { name: "coordinate"; type: "QGeoCoordinate" }
Method {
name: "coordinate"
@@ -90,8 +87,8 @@ Module {
Component {
name: "QDeclarativeGeoAddress"
prototype: "QObject"
- exports: ["QtPositioning/Address 5.0", "QtPositioning/Address 5.2"]
- exportMetaObjectRevisions: [0, 0]
+ exports: ["QtPositioning/Address 5.0"]
+ exportMetaObjectRevisions: [0]
Property { name: "address"; type: "QGeoAddress" }
Property { name: "text"; type: "string" }
Property { name: "country"; type: "string" }
@@ -115,8 +112,8 @@ Module {
Component {
name: "QDeclarativeGeoLocation"
prototype: "QObject"
- exports: ["QtPositioning/Location 5.0", "QtPositioning/Location 5.2"]
- exportMetaObjectRevisions: [0, 0]
+ exports: ["QtPositioning/Location 5.0"]
+ exportMetaObjectRevisions: [0]
Property { name: "location"; type: "QGeoLocation" }
Property { name: "address"; type: "QDeclarativeGeoAddress"; isPointer: true }
Property { name: "coordinate"; type: "QGeoCoordinate" }
@@ -127,10 +124,10 @@ Module {
prototype: "QObject"
exports: [
"QtPositioning/Position 5.0",
- "QtPositioning/Position 5.2",
- "QtPositioning/Position 5.3"
+ "QtPositioning/Position 5.3",
+ "QtPositioning/Position 5.4"
]
- exportMetaObjectRevisions: [0, 0, 1]
+ 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 }
@@ -146,6 +143,8 @@ Module {
Property { name: "direction"; revision: 1; type: "double"; isReadonly: true }
Property { name: "verticalSpeedValid"; revision: 1; type: "bool"; isReadonly: true }
Property { name: "verticalSpeed"; revision: 1; type: "double"; isReadonly: true }
+ Property { name: "magneticVariation"; revision: 2; type: "double"; isReadonly: true }
+ Property { name: "magneticVariationValid"; revision: 2; type: "bool"; isReadonly: true }
Signal { name: "directionValidChanged"; revision: 1 }
Signal { name: "directionChanged"; revision: 1 }
Signal { name: "verticalSpeedValidChanged"; revision: 1 }
@@ -154,11 +153,8 @@ Module {
Component {
name: "QDeclarativePositionSource"
prototype: "QObject"
- exports: [
- "QtPositioning/PositionSource 5.0",
- "QtPositioning/PositionSource 5.2"
- ]
- exportMetaObjectRevisions: [0, 0]
+ exports: ["QtPositioning/PositionSource 5.0"]
+ exportMetaObjectRevisions: [0]
Enum {
name: "PositioningMethod"
values: {