From 963f90b7a07236d81d7bb65798c641556501ab10 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 2 Mar 2016 13:21:18 +0100 Subject: Doc: Restructure paragraph about loading pages Describe the "loading" property first and remove the "LoadStatus" enumeration. Change-Id: I2357c604197c305e9cd2d3ff7dd322949b1b9e4b Reviewed-by: Kai Koehne --- src/webengine/doc/src/webengineview.qdoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/webengine/doc/src/webengineview.qdoc') 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 -- cgit v1.2.3