summaryrefslogtreecommitdiffstats
path: root/examples/webview/minibrowser/doc/src/minibrowser.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webview/minibrowser/doc/src/minibrowser.qdoc')
-rw-r--r--examples/webview/minibrowser/doc/src/minibrowser.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webview/minibrowser/doc/src/minibrowser.qdoc b/examples/webview/minibrowser/doc/src/minibrowser.qdoc
index 3532861..20f03b0 100644
--- a/examples/webview/minibrowser/doc/src/minibrowser.qdoc
+++ b/examples/webview/minibrowser/doc/src/minibrowser.qdoc
@@ -37,7 +37,7 @@
couple of controls to navigate through the browsing history.
\note When using the Qt WebView module it is necessary to call QtWebView::initialize()
- right after creating the QGuiApplication instance. Calling QtWebView::initialize() will
+ before creating the QGuiApplication instance. Calling QtWebView::initialize() will
ensure that the necessary pre-setup steps are run.
\snippet minibrowser/main.cpp 0