summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2023-01-17 14:21:04 +0100
committerPeter Varga <pvarga@inf.u-szeged.hu>2023-01-17 19:01:42 +0100
commite8137c729afbbb5c1549cad863ecbfd8c95b94a5 (patch)
treee80585bbec4b3c57fa03a88cf48bb330c48a8234 /examples
parentbef75eeae176602a7a827388e089c46a0a4c9a07 (diff)
downloadqtwebengine-e8137c729afbbb5c1549cad863ecbfd8c95b94a5.tar.gz
Doc: Fix warning and minor clean-up
- Fix typo in link - Qt Location is no longer linked in Qt WebEngine Features - Replace Qt Location with Qt Positioning module Pick-to: 6.4 6.5 Change-Id: Ia736fee8f0775fd6067c6f1e7a670b3bd7d8acb5 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/webenginewidgets/clientcertificate/doc/src/clientcertificate.qdoc2
-rw-r--r--examples/webenginewidgets/maps/doc/src/maps.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/webenginewidgets/clientcertificate/doc/src/clientcertificate.qdoc b/examples/webenginewidgets/clientcertificate/doc/src/clientcertificate.qdoc
index 108d2db7b..427e5052c 100644
--- a/examples/webenginewidgets/clientcertificate/doc/src/clientcertificate.qdoc
+++ b/examples/webenginewidgets/clientcertificate/doc/src/clientcertificate.qdoc
@@ -84,7 +84,7 @@
\skipto QFile
\printuntil QSslKey
- Now we add the certificate and its private key to \l {QWebEngigneClientCertificateStore}.
+ Now we add the certificate and its private key to \l {QWebEngineClientCertificateStore}.
\printuntil clientCertificateStore
diff --git a/examples/webenginewidgets/maps/doc/src/maps.qdoc b/examples/webenginewidgets/maps/doc/src/maps.qdoc
index 43728d081..547572750 100644
--- a/examples/webenginewidgets/maps/doc/src/maps.qdoc
+++ b/examples/webenginewidgets/maps/doc/src/maps.qdoc
@@ -15,7 +15,7 @@
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 the
- \e {Qt Location} module to power this API, a viable location backend is
+ \e {Qt Positioning} module to power this API, a viable location backend is
needed for the target platform.
To avoid accidentally sending location information to third parties