summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-03-05 13:12:05 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-03-13 09:41:40 +0000
commit7863f88b71dc2f17c35dc2070adeebd7b891c599 (patch)
tree9898d9518f9e3e2bf292c9326beb31aca4d31ec1
parent595b3a9a65b0a34348b6860d0ad1c62ea7367a4f (diff)
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 <allan.jensen@qt.io>
-rw-r--r--src/webengine/api/qquickwebenginedownloaditem.cpp2
-rw-r--r--src/webenginewidgets/api/qwebenginedownloaditem.cpp2
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