summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorKirill Burtsev <kirill.burtsev@qt.io>2019-08-09 17:13:33 +0200
committerKirill Burtsev <kirill.burtsev@qt.io>2019-08-29 18:29:36 +0200
commit81d103b44d620c4c170c7a80e06149b5011753fb (patch)
tree7b4363c4cb6245b2f8ef78575a95ddaa9e68e11a /src/core
parentec3c4c7ed8101d14cafd114cb5396f2d586df047 (diff)
Add doc's cross-references for web notification example and api methods
Change-Id: If5a2d6a15a282a83e47e2bfb3d7e1a2a7c9a50fa Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/api/qwebenginenotification.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/api/qwebenginenotification.cpp b/src/core/api/qwebenginenotification.cpp
index 5cc4bc7b4..abc63fed2 100644
--- a/src/core/api/qwebenginenotification.cpp
+++ b/src/core/api/qwebenginenotification.cpp
@@ -58,6 +58,9 @@ using QtWebEngineCore::UserNotificationController;
Web engine notifications are passed to the user in the
\l WebEngineProfile::presentNotification() signal.
+
+ For more information about how to handle web notification, see the
+ \l{WebEngine Notifications Example}{Notification Example}.
*/
/*!
@@ -71,6 +74,9 @@ using QtWebEngineCore::UserNotificationController;
Web engine notifications are passed to the user through the custom handler
provided with the \l QWebEngineProfile::setNotificationPresenter() call.
+
+ For more information about how to handle web notification, see the
+ \l{WebEngine Notifications Example}{Notification Example}.
*/
class QWebEngineNotificationPrivate : public UserNotificationController::Client {