diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2013-10-11 16:43:21 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-14 13:18:16 +0200 |
commit | 997e06d80c095ac994391bfb5d69c5ec9a52a11f (patch) | |
tree | 19d8d15e4bdc23ba647562dbd64c92333c07ce37 /src/positioning/qgeoaddress.cpp | |
parent | e200f05bc75d8f19df624bc3849d9c5bbf096873 (diff) | |
download | qtlocation-997e06d80c095ac994391bfb5d69c5ec9a52a11f.tar.gz |
Add proper version to QtPositioning and its QML API.
The QML API remains available under 5.0 though.
Change-Id: I037b82e5b12825db610e8458d6c82122ecde4f44
Reviewed-by: Erik Mattsson <erik.mattsson@appello.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/positioning/qgeoaddress.cpp')
-rw-r--r-- | src/positioning/qgeoaddress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/positioning/qgeoaddress.cpp b/src/positioning/qgeoaddress.cpp index b62e3431..180d29dd 100644 --- a/src/positioning/qgeoaddress.cpp +++ b/src/positioning/qgeoaddress.cpp @@ -317,7 +317,7 @@ QGeoAddressPrivate::~QGeoAddressPrivate() \ingroup QtPositioning-positioning \ingroup QtLocation-places-data \ingroup QtLocation-places - \since Qt Positioning 5.0 + \since 5.2 \brief The QGeoAddress class represents an address of a \l QGeoLocation. |