Commit b3a22b1b authored by Leena Miettinen's avatar Leena Miettinen Committed by Kai Koehne
Browse files

Doc: Describe use of QWebEngineQuotaPermissionRequest class


It is only used by the QWebEnginePage::quotaPermissionRequested
signal.

Task-number: QTBUG-66779
Change-Id: I265cc1787a5470080706fee548c41624c741e540
Reviewed-by: default avatarJüri Valdmann <juri.valdmann@qt.io>
Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
Showing with 4 additions and 1 deletion
...@@ -50,8 +50,11 @@ QT_BEGIN_NAMESPACE ...@@ -50,8 +50,11 @@ QT_BEGIN_NAMESPACE
in File System API. in File System API.
\since 5.11 \since 5.11
\inmodule QtWebEngineCore \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() /*! \fn QWebEngineQuotaPermissionRequest::QWebEngineQuotaPermissionRequest()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment