From 7863f88b71dc2f17c35dc2070adeebd7b891c599 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 5 Mar 2018 13:12:05 +0100 Subject: Doc: Remove broken link from web engine download item docs The doucmented enumerations are obsolete, so the link is not really useful anymore. Change-Id: I9902ed18caa2e8a7a9bbb7935cbd9bb9ae6a88c8 Reviewed-by: Allan Sandfeld Jensen --- src/webengine/api/qquickwebenginedownloaditem.cpp | 2 +- src/webenginewidgets/api/qwebenginedownloaditem.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webengine/api/qquickwebenginedownloaditem.cpp b/src/webengine/api/qquickwebenginedownloaditem.cpp index d8f96193d..4f60083c8 100644 --- a/src/webengine/api/qquickwebenginedownloaditem.cpp +++ b/src/webengine/api/qquickwebenginedownloaditem.cpp @@ -471,7 +471,7 @@ void QQuickWebEngineDownloadItem::setSavePageFormat(QQuickWebEngineDownloadItem: user to save the content regardless of the content type. See \l {RFC 2616 section 19.5.1} for details. \value WebEngineDownloadItem.DownloadAttribute The user clicked a link with the \c download - attribute. See \l {HTML download attribute} for details. + attribute. \value WebEngineDownloadItem.UserRequested The user initiated the download, for example by selecting a web action. \value WebEngineDownloadItem.SavePage Saving of the current page was requested (for example by diff --git a/src/webenginewidgets/api/qwebenginedownloaditem.cpp b/src/webenginewidgets/api/qwebenginedownloaditem.cpp index 502dfffe0..ada7e058c 100644 --- a/src/webenginewidgets/api/qwebenginedownloaditem.cpp +++ b/src/webenginewidgets/api/qwebenginedownloaditem.cpp @@ -394,7 +394,7 @@ quint32 QWebEngineDownloadItem::id() const 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 a link with the \c download - attribute. See \l {HTML download attribute} for details. + attribute. \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 -- cgit v1.2.3