diff options
-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 |