summaryrefslogtreecommitdiffstats
path: root/src/webengine/doc/src/qtwebengine-features.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/doc/src/qtwebengine-features.qdoc')
-rw-r--r--src/webengine/doc/src/qtwebengine-features.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webengine/doc/src/qtwebengine-features.qdoc b/src/webengine/doc/src/qtwebengine-features.qdoc
index 48f1536b4..5ba3f23b8 100644
--- a/src/webengine/doc/src/qtwebengine-features.qdoc
+++ b/src/webengine/doc/src/qtwebengine-features.qdoc
@@ -306,8 +306,7 @@
Qt WebEngine supports viewing the HTML source of a web page.
This feature can be used from custom menus or assigned to custom events.
- For more information, see WebEngineView::viewSource, WebEngineView::canViewSource,
- QWebEnginePage::viewSource, and QWebEnginePage::canViewSource.
+ For more information, see WebEngineView::WebAction, and QWebEnginePage::WebAction.
This feature can be tested by opening a web page in \l{WebEngine Widgets
Simple Browser Example}{Simple Browser} or \l{WebEngine Quick Nano Browser}