summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2018-01-30 17:47:19 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-02-01 07:38:43 +0000
commit7c8c0414620cd3cb350e77cd88f83f83237eefa3 (patch)
tree760a07356ef3ffdc6f2fd2bc873f5eca9f8df05f /src
parent5ab157588214bfbbc1d1f258a461b1cab4cc3991 (diff)
Unset inspectedView when devTools are not visible
The webview in quicknanobrowser shows devtools related information, for example: resolution appears in the top right corner when resizing the window. Change-Id: I494450f4976155f995bcb7e843d82ba081d91493 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/webengine/doc/src/webengineview_lgpl.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webengine/doc/src/webengineview_lgpl.qdoc b/src/webengine/doc/src/webengineview_lgpl.qdoc
index fadce39ad..c6985b082 100644
--- a/src/webengine/doc/src/webengineview_lgpl.qdoc
+++ b/src/webengine/doc/src/webengineview_lgpl.qdoc
@@ -1386,6 +1386,10 @@
will navigate to an internal URL with the developer tools of
the view set.
+ It is recommended to unset this property when developer tools
+ are not visible; otherwise some debug information may appear
+ in the inspected WebEngineView.
+
\sa devToolView
*/