From f3a004e55a4731dde881c7a8e47f0720275b9185 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 24 Apr 2017 13:11:49 +0200 Subject: Doc: correct link issue positioning.cpp: cannot link to 'geoshape.contains' Change-Id: I610dfe90432a224b2e20825c68d24c795774ae09 Reviewed-by: Venugopal Shivashankar --- src/imports/positioning/positioning.cpp | 4 ++-- 1 file 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. */ -- cgit v1.2.1