summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/webenginewidgets/clientcertificate/doc/src/clientcertificate.qdoc2
-rw-r--r--examples/webenginewidgets/maps/doc/src/maps.qdoc2
-rw-r--r--src/core/doc/qtwebengine.qdocconf1
3 files changed, 2 insertions, 3 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
diff --git a/src/core/doc/qtwebengine.qdocconf b/src/core/doc/qtwebengine.qdocconf
index ed95ae0ca..5cbe9e500 100644
--- a/src/core/doc/qtwebengine.qdocconf
+++ b/src/core/doc/qtwebengine.qdocconf
@@ -45,7 +45,6 @@ depends += qtcore \
qtcore5compat \
qtdesigner \
qtgui \
- qtlocation \
qtnetwork \
qtprintsupport \
qtpositioning \