From 866245f4eb9c570a4a01abcbac927a0665bada13 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 22 Jun 2021 15:16:16 +0200 Subject: Fix module specified for moved classes Change-Id: Iad93680dd0811086c481d9bf8adb298f663bdfa4 Reviewed-by: Michal Klocek (cherry picked from commit 0bcd8a6b8f96b214892fb296c6d6655ade43136f) Reviewed-by: Qt Cherry-pick Bot --- src/core/api/qwebengineclientcertificateselection.cpp | 2 +- src/core/api/qwebengineprofile.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/api') 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. -- cgit v1.2.3