summaryrefslogtreecommitdiffstats
path: root/src/webengine/doc/src/webengineview.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2016-03-02 13:21:18 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2016-03-24 11:51:12 +0000
commit963f90b7a07236d81d7bb65798c641556501ab10 (patch)
tree2108bef3d4b731d5347eb4daa06ce52ec5e85051 /src/webengine/doc/src/webengineview.qdoc
parentf1e764039fd701e4abc71b44f592e166222a3e3c (diff)
Doc: Restructure paragraph about loading pages
Describe the "loading" property first and remove the "LoadStatus" enumeration. Change-Id: I2357c604197c305e9cd2d3ff7dd322949b1b9e4b Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/webengine/doc/src/webengineview.qdoc')
-rw-r--r--src/webengine/doc/src/webengineview.qdoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/webengine/doc/src/webengineview.qdoc b/src/webengine/doc/src/webengineview.qdoc
index da0df4d9e..574b5e70f 100644
--- a/src/webengine/doc/src/webengineview.qdoc
+++ b/src/webengine/doc/src/webengineview.qdoc
@@ -56,9 +56,8 @@
\skipto import
\printuntil /^\}/
- The \l loadingChanged() signal is emitted when loading a page begins, ends, or fails. The
- \l loading property holds whether the HTML page is currently loading and the load status is
- reflected in the \l LoadStatus property.
+ The \l loading property holds whether an HTML page is currently loading.
+ The \l loadingChanged() signal is emitted when loading the page begins, ends, or fails.
The title of an HTML page can be accessed with the \l title property. Additionally, a web
page may specify an icon, which can be accessed using the \l icon property. The \l zoomFactor