summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
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()