summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-12-19 14:50:03 +0100
committerKai Koehne <kai.koehne@qt.io>2016-12-20 10:07:15 +0000
commita1e1b79157a1b725ef722410b94a01da7d0a8c39 (patch)
tree8c7801fc7dbe6647d00cde3cb01df071d24e5ad2 /src
parentf91225335a0cfab6ce4b37c41af2eb3067f7d11e (diff)
Improve WebEngineDownloadItem documentation
Change-Id: Ic5a771df8092ee217fffa2b14ccbd7e539f356f1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/webengine/api/qquickwebenginedownloaditem.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/webengine/api/qquickwebenginedownloaditem.cpp b/src/webengine/api/qquickwebenginedownloaditem.cpp
index 8bf319b85..070ba225a 100644
--- a/src/webengine/api/qquickwebenginedownloaditem.cpp
+++ b/src/webengine/api/qquickwebenginedownloaditem.cpp
@@ -88,7 +88,7 @@ QQuickWebEngineDownloadItemPrivate::~QQuickWebEngineDownloadItemPrivate()
Stores the state of a download to be used to manage requested downloads.
By default, the download is rejected unless the user explicitly accepts it with
- WebEngineDownloadItem::accept().
+ accept().
*/
void QQuickWebEngineDownloadItemPrivate::update(const BrowserContextAdapterClient::DownloadItemInfo &info)
@@ -122,8 +122,6 @@ void QQuickWebEngineDownloadItemPrivate::updateState(QQuickWebEngineDownloadItem
\qmlmethod void WebEngineDownloadItem::accept()
Accepts the download request, which will start the download.
-
- \sa WebEngineDownloadItem::cancel()
*/
void QQuickWebEngineDownloadItem::accept()