summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-12-21 17:20:33 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2016-12-22 10:56:53 +0000
commit507f46dbd702250cf2b6195ceb733c8f1e4d6bbc (patch)
treee38dc38692e39cadefb930fb5f6652aa6592d2fa /src
parentebe55690b05e8b2802eae33eecaa4ab84fbe9dd2 (diff)
Doc: Describe missing WebEngineFullScreenRequest property and method
The origin property and reject() method were not documented. Remove \since commands, because all the properties and methods were added when the type was added. Change-Id: Ic63e20fca6469b06b65af78963a968df7a236e0d Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/webengine/doc/src/webengineview.qdoc13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/webengine/doc/src/webengineview.qdoc b/src/webengine/doc/src/webengineview.qdoc
index 418da9f9d..a076b6d8c 100644
--- a/src/webengine/doc/src/webengineview.qdoc
+++ b/src/webengine/doc/src/webengineview.qdoc
@@ -1021,8 +1021,13 @@
*/
/*!
+ \qmlproperty url WebEngineFullScreenRequest::origin
+ \readonly
+ The URL of the web page that issued the fullscreen request.
+*/
+
+/*!
\qmlproperty bool WebEngineFullScreenRequest::toggleOn
- \since QtWebEngine 1.1
\readonly
Returns \c{true} if the application should toggle fullscreen mode on, \c{false} otherwise.
@@ -1032,7 +1037,6 @@
/*!
\qmlmethod void WebEngineFullScreenRequest::accept()
- \since QtWebEngine 1.1
Call this method to accept the fullscreen request. It sets the WebEngineView::isFullScreen
property to be equal to toggleOn.
@@ -1056,6 +1060,11 @@
*/
/*!
+ \qmlmethod void WebEngineFullScreenRequest::reject()
+ Rejects a fullscreen request.
+*/
+
+/*!
\qmlproperty bool WebEngineView::audioMuted
\brief The state of whether the current page audio is muted.
\since QtWebEngine 1.3