summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/printme/doc/src/printme.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginewidgets/printme/doc/src/printme.qdoc')
-rw-r--r--examples/webenginewidgets/printme/doc/src/printme.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webenginewidgets/printme/doc/src/printme.qdoc b/examples/webenginewidgets/printme/doc/src/printme.qdoc
index d05d5147b..1ba37d0c3 100644
--- a/examples/webenginewidgets/printme/doc/src/printme.qdoc
+++ b/examples/webenginewidgets/printme/doc/src/printme.qdoc
@@ -82,7 +82,7 @@
\skipto PrintHandler::printDocument(
\printuntil /^\}/
- To do actual painting on a printer, we call the \l{QWebEnginePage::print()}
+ To do actual painting on a printer, we call the \l QWebEngineView::print()
function. Because this call blocks the main event loop, we need to create
a local one. We begin the local event loop by calling
\l{QEventLoop::exec()}. When the local event loop terminates,