diff options
author | Aaron McCarthy <aaron.mccarthy@jollamobile.com> | 2014-02-07 22:50:05 +1000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-02-10 00:40:55 +0100 |
commit | 900cb0bbbaf1a4b248db220dc2f889f98795afec (patch) | |
tree | cc05eb92f6f40f480fbee92a6a4c35212409c35c /src/imports/positioning | |
parent | b6f21d23a8edbd6bf661ffe75c9a8783bd3561c0 (diff) | |
download | qtlocation-900cb0bbbaf1a4b248db220dc2f889f98795afec.tar.gz |
Fix documentation link to GeoShape::contains().
Change-Id: I8e2a77a5daade3cc12da95ff12d28977af069e8c
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/imports/positioning')
-rw-r--r-- | src/imports/positioning/qdeclarativegeoshape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/positioning/qdeclarativegeoshape.cpp b/src/imports/positioning/qdeclarativegeoshape.cpp index 4c4d32cc..dbde1c09 100644 --- a/src/imports/positioning/qdeclarativegeoshape.cpp +++ b/src/imports/positioning/qdeclarativegeoshape.cpp @@ -64,7 +64,7 @@ QT_BEGIN_NAMESPACE The \l isEmpty attribute can be used to test if the geoshape represents a region with a geomatrical area of 0. - The \l contains() method can be used to test if a \l {coordinate} is + The \l {contains}{contains()} method can be used to test if a \l {coordinate} is within the geoshape. \section2 Example Usage |