summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@jollamobile.com>2014-02-07 22:50:05 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-10 00:40:55 +0100
commit900cb0bbbaf1a4b248db220dc2f889f98795afec (patch)
treecc05eb92f6f40f480fbee92a6a4c35212409c35c
parentb6f21d23a8edbd6bf661ffe75c9a8783bd3561c0 (diff)
downloadqtlocation-900cb0bbbaf1a4b248db220dc2f889f98795afec.tar.gz
Fix documentation link to GeoShape::contains().
Change-Id: I8e2a77a5daade3cc12da95ff12d28977af069e8c Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
-rw-r--r--src/imports/positioning/qdeclarativegeoshape.cpp2
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