summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/webenginewidgets')
-rw-r--r--src/webenginewidgets/api/qwebenginedownloaditem.cpp17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/webenginewidgets/api/qwebenginedownloaditem.cpp b/src/webenginewidgets/api/qwebenginedownloaditem.cpp
index 6f7865a50..36e40df29 100644
--- a/src/webenginewidgets/api/qwebenginedownloaditem.cpp
+++ b/src/webenginewidgets/api/qwebenginedownloaditem.cpp
@@ -224,14 +224,17 @@ quint32 QWebEngineDownloadItem::id() const
Describes the requested download's type.
- \value Attachment The web server's response includes a \c Content-Disposition header with the \c attachment directive.
- If \c Content-Disposition is present in the reply, the web server is indicating that
- the client should prompt the user to save the content regardless of the content type.
+ \value Attachment The web server's response includes a
+ \c Content-Disposition header with the \c attachment directive. If \c Content-Disposition
+ is present in the reply, the web server is indicating that the client should prompt the
+ user to save the content regardless of the content type.
See \l {RFC 2616 section 19.5.1} for details.
- \value DownloadAttribute The user clicked the hyperlink.
- See \l {HTML download Attribute} for details.
- \value UserRequested The user initiated the download.
- \value SavePage The user saved a web page.
+ \value DownloadAttribute The user clicked a link with the \c download
+ attribute. See \l {HTML download Attribute} for details.
+ \value UserRequested The user initiated the download, for example by
+ selecting a web action.
+ \value SavePage Saving of the current page was requested (for example by
+ the \l{QWebEnginePage::WebAction}{QWebEnginePage::SavePage} web action).
*/
/*!