summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-03-12 14:21:46 +0100
committerKai Koehne <kai.koehne@qt.io>2018-03-20 15:19:53 +0000
commitb3a22b1bd8ddbb7de7cd58bc8f2dea933aea3652 (patch)
treee0f4e016927240e14c8d3ca3dcebdf9946ac614f /src/core
parentb5a687e6aaa38744840690631cdae1a38efdbfea (diff)
Doc: Describe use of QWebEngineQuotaPermissionRequest class
It is only used by the QWebEnginePage::quotaPermissionRequested signal. Task-number: QTBUG-66779 Change-Id: I265cc1787a5470080706fee548c41624c741e540 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/api/qwebenginequotapermissionrequest.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/api/qwebenginequotapermissionrequest.cpp b/src/core/api/qwebenginequotapermissionrequest.cpp
index 44b0975a5..86ed65326 100644
--- a/src/core/api/qwebenginequotapermissionrequest.cpp
+++ b/src/core/api/qwebenginequotapermissionrequest.cpp
@@ -50,8 +50,11 @@ QT_BEGIN_NAMESPACE
in File System API.
\since 5.11
-
\inmodule QtWebEngineCore
+
+ This class is used by the QWebEnginePage::quotaPermissionRequested() signal
+ to \l accept() or \l reject() a request for an increase in the persistent
+ storage allocated to the application. The default quota is 0 bytes.
*/
/*! \fn QWebEngineQuotaPermissionRequest::QWebEngineQuotaPermissionRequest()