diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2021-06-22 15:16:16 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2021-06-23 15:40:28 +0200 |
commit | 0bcd8a6b8f96b214892fb296c6d6655ade43136f (patch) | |
tree | 29e7813151d1f658a6a4256a1240758f6a1c885e /src/core/api/qwebengineprofile.cpp | |
parent | 6c6d0051dc3b206ac817c745a76822625830ef22 (diff) | |
download | qtwebengine-0bcd8a6b8f96b214892fb296c6d6655ade43136f.tar.gz |
Fix module specified for moved classes
Pick-to: 6.2
Change-Id: Iad93680dd0811086c481d9bf8adb298f663bdfa4
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/api/qwebengineprofile.cpp')
-rw-r--r-- | src/core/api/qwebengineprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/qwebengineprofile.cpp b/src/core/api/qwebengineprofile.cpp index 2b0ba5291..40f9ca9d4 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. |