summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2016-02-25 10:10:35 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2016-02-25 10:47:16 +0000
commitea5b3418f2da62797ab7995bb87cbe7ce2c6150a (patch)
treeef1a17be8e9b0acd35ae6041a50d275f44698457 /src
parent10346fa6eaa1cb5881b3d6c83509e9b6860d56a2 (diff)
Doc: fix copy/paste error in the overview
Change-Id: Id9d633f5a68d563d2266743c5ecd2572f9da89c2 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/webengine/doc/src/qtwebengine-overview.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/doc/src/qtwebengine-overview.qdoc b/src/webengine/doc/src/qtwebengine-overview.qdoc
index 36866a6b5..9dc78a736 100644
--- a/src/webengine/doc/src/qtwebengine-overview.qdoc
+++ b/src/webengine/doc/src/qtwebengine-overview.qdoc
@@ -149,7 +149,7 @@
run JavaScript code in the context of the page's main frame and to enable customization of
handlers for specific events like showing custom authentication dialogs.
- Each QWebEnginePage belongs to a QWebEngineProfile that can have a QWebEngineScriptCollection
+ Each QWebEnginePage belongs to a QWebEngineProfile that can have a QWebEngineSettings
for specifying page settings, a QWebEngineScriptCollection for running scripts on the page, and
a QWebEngineCookieStore for accessing the HTTP cookies of Chromium. A QWebEnginePage can also
directly point to a script collection or cookie store.