summaryrefslogtreecommitdiff
path: root/src/imports/positioning/positioning.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-04-24 13:11:49 +0200
committerNico Vertriest <nico.vertriest@qt.io>2017-04-26 08:15:11 +0000
commitf3a004e55a4731dde881c7a8e47f0720275b9185 (patch)
tree9cdbc580cd1b982b81b41c9c62a0bd4a1837a47d /src/imports/positioning/positioning.cpp
parent81c4957fd56d080be2a3473b008a6dec3b53e84e (diff)
downloadqtlocation-f3a004e55a4731dde881c7a8e47f0720275b9185.tar.gz
Doc: correct link issue
positioning.cpp: cannot link to 'geoshape.contains' Change-Id: I610dfe90432a224b2e20825c68d24c795774ae09 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/imports/positioning/positioning.cpp')
-rw-r--r--src/imports/positioning/positioning.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/positioning/positioning.cpp b/src/imports/positioning/positioning.cpp
index 41242850..b1576e3c 100644
--- a/src/imports/positioning/positioning.cpp
+++ b/src/imports/positioning/positioning.cpp
@@ -244,7 +244,7 @@ QT_BEGIN_NAMESPACE
The \l isEmpty attribute can be used to test if the geoshape represents a region with a
geometrical area of 0.
- The \l {contains}{contains()} method can be used to test if a \l {coordinate} is
+ The \l {contains}() method can be used to test if a \l {coordinate} is
within the geoshape.
\section1 Example Usage
@@ -522,7 +522,7 @@ QT_BEGIN_NAMESPACE
\section2 width
This property holds the width of the path in meters. This is currently only used
- when calling the \l {geoshape.contains} method.
+ when calling the \l {contains}() method.
The default value for the width is 0.
*/