summaryrefslogtreecommitdiffstats
path: root/examples/webengine/recipebrowser/doc/src/recipebrowser.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webengine/recipebrowser/doc/src/recipebrowser.qdoc')
-rw-r--r--examples/webengine/recipebrowser/doc/src/recipebrowser.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webengine/recipebrowser/doc/src/recipebrowser.qdoc b/examples/webengine/recipebrowser/doc/src/recipebrowser.qdoc
index 6e1ed84e3..e777c612a 100644
--- a/examples/webengine/recipebrowser/doc/src/recipebrowser.qdoc
+++ b/examples/webengine/recipebrowser/doc/src/recipebrowser.qdoc
@@ -46,7 +46,7 @@
\section1 C++ Code
In \c main.cpp, we use the \l{QGuiApplication} and \l{QQmlApplicationEngine}
- classes to set up and load the main QML file. We call \l{QtWebEngine::initialize} so we can use
+ classes to set up and load the main QML file. We call \l{QtWebEngineQuick::initialize} so we can use
\l{WebEngineView} in our QML code. We set the default Qt Quick Controls 2 style
to the Material style, so we do not have to specify it for each new item we add. Finally, we use
a C++ define to check whether the application is compiled for an embedded platform.