summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api/qwebengineprofile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webenginewidgets/api/qwebengineprofile.cpp')
-rw-r--r--src/webenginewidgets/api/qwebengineprofile.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/webenginewidgets/api/qwebengineprofile.cpp b/src/webenginewidgets/api/qwebengineprofile.cpp
index cf4e0f41c..a619a10c3 100644
--- a/src/webenginewidgets/api/qwebengineprofile.cpp
+++ b/src/webenginewidgets/api/qwebengineprofile.cpp
@@ -109,9 +109,11 @@ using QtWebEngineCore::BrowserContextAdapter;
This enum describes the HTTP cache type:
- \value MemoryHttpCache Use an in-memory cache. This is the only setting possible if
- \c off-the-record is set or no cache path is available.
- \value DiskHttpCache Use a disk cache. This is the default.
+ \value MemoryHttpCache Use an in-memory cache. This is the default if
+ \c off-the-record is set.
+ \value DiskHttpCache Use a disk cache. This is the default if the profile
+ is not \c off-the-record. If set on an \c off-the-record profile will instead
+ set \c MemoryHttpCache.
\value NoCache Disable both in-memory and disk caching. (Added in Qt 5.7)
*/