summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/notifications/doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginewidgets/notifications/doc')
-rw-r--r--examples/webenginewidgets/notifications/doc/src/notifications.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/webenginewidgets/notifications/doc/src/notifications.qdoc b/examples/webenginewidgets/notifications/doc/src/notifications.qdoc
index fd3ffa482..bd0def910 100644
--- a/examples/webenginewidgets/notifications/doc/src/notifications.qdoc
+++ b/examples/webenginewidgets/notifications/doc/src/notifications.qdoc
@@ -3,6 +3,7 @@
/*!
\example webenginewidgets/notifications
+ \examplecategory {Web Technologies}
\title WebEngine Notifications Example
\ingroup webengine-widgetexamples
\brief Demonstrates how to pass HTML5 web notifications to users.
@@ -44,11 +45,11 @@
\section2 Requesting Feature Permissions
- We then use the \l QWebEnginePage::featurePermissionRequested() call to
+ We then use the \l QWebEnginePage::permissionRequested() call to
request the user's permission to show notifications on their device.
\quotefromfile webenginewidgets/notifications/main.cpp
- \skipto featurePermissionRequested
+ \skipto permissionRequested
\printuntil });
\section2 Handling New Notifications