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.qmltypes29
1 files changed, 19 insertions, 10 deletions
diff --git a/src/imports/positioning/plugins.qmltypes b/src/imports/positioning/plugins.qmltypes
index 853c55cb..a47aa277 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.5'
+// 'qmlplugindump -nonrelocatable QtPositioning 5.6'
Module {
dependencies: []
@@ -90,14 +90,6 @@ Module {
Property { name: "isTextGenerated"; type: "bool"; isReadonly: true }
}
Component {
- name: "QDeclarativeGeoCoordinateAnimation"
- prototype: "QQuickPropertyAnimation"
- exports: ["QtPositioning/CoordinateAnimation 5.3"]
- exportMetaObjectRevisions: [0]
- Property { name: "from"; type: "QGeoCoordinate" }
- Property { name: "to"; type: "QGeoCoordinate" }
- }
- Component {
name: "QDeclarativeGeoLocation"
prototype: "QObject"
exports: ["QtPositioning/Location 5.0"]
@@ -114,7 +106,7 @@ Module {
"QtPositioning/Position 5.0",
"QtPositioning/Position 5.3",
"QtPositioning/Position 5.4",
- "QtPositioning/Position 5.5"
+ "QtPositioning/Position 5.6"
]
exportMetaObjectRevisions: [0, 1, 2, 2]
Property { name: "latitudeValid"; type: "bool"; isReadonly: true }
@@ -251,6 +243,23 @@ Module {
Method { name: "complete" }
}
Component {
+ name: "QQuickGeoCoordinateAnimation"
+ prototype: "QQuickPropertyAnimation"
+ exports: ["QtPositioning/CoordinateAnimation 5.3"]
+ exportMetaObjectRevisions: [0]
+ Enum {
+ name: "Direction"
+ values: {
+ "Shortest": 0,
+ "West": 1,
+ "East": 2
+ }
+ }
+ Property { name: "from"; type: "QGeoCoordinate" }
+ Property { name: "to"; type: "QGeoCoordinate" }
+ Property { name: "direction"; type: "Direction" }
+ }
+ Component {
name: "QQuickPropertyAnimation"
prototype: "QQuickAbstractAnimation"
Property { name: "duration"; type: "int" }