summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2016-03-11 13:43:34 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-04-03 10:40:35 +0000
commit1d8efc0b6c26baf4fdf5a7a9a136bf3f7bb8c0f2 (patch)
treec4551a5f620c27e698c6c11ebf91b6ade37714cc /src/webenginewidgets
parent589a8805f3eaab1212861b57615661a9d7e8cbff (diff)
Doc: Document HttpCacheType::NoCache
Fix src/webengine/api/qquickwebengineprofile.cpp:78: warning: Undocumented enum item 'NoCache' in QQuickWebEngineProfile::HttpCacheType Also mention that the value was added in Qt 5.7. Change-Id: Ie3f139c473b6d36a74fdc094154e123425e7bef1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'src/webenginewidgets')
-rw-r--r--src/webenginewidgets/api/qwebengineprofile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webenginewidgets/api/qwebengineprofile.cpp b/src/webenginewidgets/api/qwebengineprofile.cpp
index 50da38f22..22495ee2e 100644
--- a/src/webenginewidgets/api/qwebengineprofile.cpp
+++ b/src/webenginewidgets/api/qwebengineprofile.cpp
@@ -106,7 +106,7 @@ using QtWebEngineCore::BrowserContextAdapter;
\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 NoCache Disable both in-memory and disk caching.
+ \value NoCache Disable both in-memory and disk caching. (Added in Qt 5.7)
*/
/*!