From b3a22b1bd8ddbb7de7cd58bc8f2dea933aea3652 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 12 Mar 2018 14:21:46 +0100 Subject: Doc: Describe use of QWebEngineQuotaPermissionRequest class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is only used by the QWebEnginePage::quotaPermissionRequested signal. Task-number: QTBUG-66779 Change-Id: I265cc1787a5470080706fee548c41624c741e540 Reviewed-by: Jüri Valdmann Reviewed-by: Kai Koehne --- src/core/api/qwebenginequotapermissionrequest.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/core') 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() -- cgit v1.2.3