summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@theqtcompany.com>2015-08-04 14:53:00 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-08-05 12:32:58 +0000
commit67280b04914d5b1e36ceb91d759dcc139368051d (patch)
treec2016a10c8978373d738309f99acb76a6746900a /src
parent1a95aeaa05ddca83df9648e96dad6e40054b3bec (diff)
Doc: Fixup QWebEngineScript documentation.
drop the preliminary as it is public API, and fix a typo. Change-Id: I2753ef06f9afc9f7a9526353286fb22d239e3b5f Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/webenginewidgets/api/qwebenginescript.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webenginewidgets/api/qwebenginescript.cpp b/src/webenginewidgets/api/qwebenginescript.cpp
index e834c5067..e47766f4c 100644
--- a/src/webenginewidgets/api/qwebenginescript.cpp
+++ b/src/webenginewidgets/api/qwebenginescript.cpp
@@ -46,9 +46,8 @@ using QtWebEngineCore::UserScript;
\inmodule QtWebEngineWidgets
\since 5.5
\brief The QWebEngineScript class encapsulates a JavaScript program.
- \preliminary
- QWebEngineScript allows the programatic injection of so called "user scripts" in the
+ QWebEngineScript allows the programmatic injection of so called "user scripts" in the
javascript engine at different points, determined by injectionPoint(), during the loading of web contents.
Scripts can be executed either in the main javascript world, along with the rest of the JavaScript coming