summaryrefslogtreecommitdiffstats
path: root/src/core/api
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-06-22 15:16:16 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-24 01:24:45 +0000
commit866245f4eb9c570a4a01abcbac927a0665bada13 (patch)
treef0284d9807446f7fbb915d781acf055a44ef3425 /src/core/api
parentf81571f1af5efae6f7e2d8c7ce790b65eb606b47 (diff)
Fix module specified for moved classes
Change-Id: Iad93680dd0811086c481d9bf8adb298f663bdfa4 Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit 0bcd8a6b8f96b214892fb296c6d6655ade43136f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/core/api')
-rw-r--r--src/core/api/qwebengineclientcertificateselection.cpp2
-rw-r--r--src/core/api/qwebengineprofile.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/api/qwebengineclientcertificateselection.cpp b/src/core/api/qwebengineclientcertificateselection.cpp
index febfe0a21..7df5cb57a 100644
--- a/src/core/api/qwebengineclientcertificateselection.cpp
+++ b/src/core/api/qwebengineclientcertificateselection.cpp
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
\class QWebEngineClientCertificateSelection
\brief The QWebEngineClientCertSelection class wraps a client certificate selection.
\since 5.12
- \inmodule QtWebEngineWidgets
+ \inmodule QtWebEngineCore
When a web site requests an SSL client certificate, and one or more certificates
are found in the system's client certificate store, this class provides access to
diff --git a/src/core/api/qwebengineprofile.cpp b/src/core/api/qwebengineprofile.cpp
index d319356df..29edc3afb 100644
--- a/src/core/api/qwebengineprofile.cpp
+++ b/src/core/api/qwebengineprofile.cpp
@@ -68,7 +68,7 @@ using QtWebEngineCore::ProfileAdapter;
\brief The QWebEngineProfile class provides a web engine profile shared by multiple pages.
\since 5.5
- \inmodule QtWebEngineWidgets
+ \inmodule QtWebEngineCore
A web engine profile contains settings, scripts, persistent cookie policy, and the list of
visited links shared by all web engine pages that belong to the profile.