summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/maps/doc/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-08-18 12:50:39 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-23 19:19:37 +0000
commitcba74c389e68ab1412f26a8a7d1a42f92aa36e83 (patch)
tree462cd197454cb76dc646a91b4ab6762167f7dd56 /examples/webenginewidgets/maps/doc/src
parent469da22481f779f646cf809d8e0bda471d061f9d (diff)
Doc: Fix documentation warnings for Qt WebEngine
Task-number: QTBUG-95860 Change-Id: I5b1fd6a6e5f172724fcfbde1a791b342a7e1ff92 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 30237ec607a70964a7bfeaf875afb79f741214a7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/webenginewidgets/maps/doc/src')
-rw-r--r--examples/webenginewidgets/maps/doc/src/maps.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/webenginewidgets/maps/doc/src/maps.qdoc b/examples/webenginewidgets/maps/doc/src/maps.qdoc
index 489a5a780..75923c8f5 100644
--- a/examples/webenginewidgets/maps/doc/src/maps.qdoc
+++ b/examples/webenginewidgets/maps/doc/src/maps.qdoc
@@ -38,9 +38,9 @@
The \l {https://www.w3.org/TR/geolocation-API/}{Geolocation API} is a
JavaScript API that web applications can use to determine the user's
- physical location to show on a map, for example. As \QWE relies on
- \l {Qt Location} to power this API a viable location backend is needed for
- the target platform.
+ physical location to show on a map, for example. As \QWE relies on the
+ \e {Qt Location} module to power this API, a viable location backend is
+ needed for the target platform.
To avoid accidentally sending location information to third parties
geolocation requests are denied by default. This example demonstrates the
@@ -94,5 +94,5 @@
\printuntil /^\}/
- \sa {html5-geolocation}{Qt WebEngine HTML5 Geolocation}, {Qt Location}
+ \sa {html5-geolocation}{Qt WebEngine HTML5 Geolocation}
*/