summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-07-22 15:18:20 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-07-25 07:25:19 +0000
commit5cb2aa149bbbdbaf45c1085b0736bb4501896827 (patch)
treeb0b709b820596d05394ca7d4ec9b763556cff144 /src
parent35b1ded572615a5fb247f92dac928eda906f715e (diff)
Doc: Link to QWebEngineProfile::downloadRequested from WebAction
Task-number: QTBUG-54644 Change-Id: Ief2e92e6baf3057cb4c1835557c51c4728c34ec0 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/webengine/doc/src/webengineview.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/webengine/doc/src/webengineview.qdoc b/src/webengine/doc/src/webengineview.qdoc
index 5359c0349..c84a4d64f 100644
--- a/src/webengine/doc/src/webengineview.qdoc
+++ b/src/webengine/doc/src/webengineview.qdoc
@@ -756,7 +756,9 @@
\value ToggleMediaMute
Mute or unmute the hovered audio or video element. (Added in Qt 5.6)
\value DownloadLinkToDisk
- Download the current link to the disk. (Added in Qt 5.6)
+ Download the current link to the disk. To implement download
+ actions, connect to the QWebEngineProfile::downloadRequested signal.
+ (Added in Qt 5.6)
\value DownloadImageToDisk
Download the highlighted image to the disk. (Added in Qt 5.6)
\value DownloadMediaToDisk