diff options
author | Alex Blasche <alexander.blasche@theqtcompany.com> | 2015-08-25 13:59:18 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@theqtcompany.com> | 2015-08-25 13:29:45 +0000 |
commit | 4f7c4056c8c614f8e38eb6b8fe5fbf4b6e2098ed (patch) | |
tree | 56c40914967d7c884edc5562b3360e5209b19890 /src | |
parent | e9ccb51aabad92f0d4630f4a918c27db06a45b71 (diff) | |
download | qtlocation-4f7c4056c8c614f8e38eb6b8fe5fbf4b6e2098ed.tar.gz |
Update QML types file for QtPositioning 5.6
The class implementing the animation has changed but the API offering
is the same.
Change-Id: I950fea89dc67b60123727d4848488f7fc24374cd
Reviewed-by: Harald Meyer <dev@meh.at>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/imports/positioning/plugins.qmltypes | 29 |
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" } |