diff options
author | Albin Olsson <albin.olsson@cybercom.com> | 2013-09-19 16:17:20 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-11 12:18:46 +0200 |
commit | 42541b2406f6b35e109ee6bee64283582dfd2adc (patch) | |
tree | 96c873be5b39ef46022b72d88c04233578f4457b /src/positioning/qgeoaddress.h | |
parent | 7ec8919a055e35232b5127e312a525f61b0bc483 (diff) | |
download | qtlocation-42541b2406f6b35e109ee6bee64283582dfd2adc.tar.gz |
Make geo coordinates animatable in QML.
Interpolation logic in AnimatableCoordinate has been moved around so
that QGeoCoordinates can be animated directly by QPropertyAnimation.
A new QML type has been added, 'CoordinateAnimation', for animating
coordinates in QML. This type follows
the pattern of 'ColorAnimation' and other specializations of
'PropertyAnimation'.
QDoubleVector2D, QDoubleVector3D and QGeoProjection has been moved to QtPositioning
Testcase for CoordinateAnimation has been added to declarative_ui.
AnimatableCoordinate and QGeoCoordinateInterpolator are redundant
and have been removed.
Change-Id: I0809da566e1800274384f9c5337df65623d1e61a
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/positioning/qgeoaddress.h')
-rw-r--r-- | src/positioning/qgeoaddress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/positioning/qgeoaddress.h b/src/positioning/qgeoaddress.h index 1aedd1a5..5d9371c5 100644 --- a/src/positioning/qgeoaddress.h +++ b/src/positioning/qgeoaddress.h @@ -44,7 +44,7 @@ #include <QtCore/QMetaType> #include <QtCore/QSharedDataPointer> -#include <QtPositioning/qpositioningglobal.h> +#include "qpositioningglobal.h" QT_BEGIN_NAMESPACE |