From 10e65c418625f586430d3033e71bd3b4d69b7420 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 5 Mar 2019 14:47:16 +0100 Subject: Doc: Link to classes where QWebEngineNotification is passed to users Action point from the API review. Change-Id: I1c1d46f915ac3c9cd02548234c52032e033c69d3 Reviewed-by: Allan Sandfeld Jensen --- src/core/api/qwebenginenotification.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/core/api/qwebenginenotification.cpp b/src/core/api/qwebenginenotification.cpp index 0b91cf273..edbb8934f 100644 --- a/src/core/api/qwebenginenotification.cpp +++ b/src/core/api/qwebenginenotification.cpp @@ -55,6 +55,11 @@ using QtWebEngineCore::UserNotificationController; \inmodule QtWebEngineCore This class contains the information and API for HTML5 desktop and push notifications. + + Web engine notifications are passed to the user in the + \l QWebEngineProfile::setNotificationPresenter() and + \l QQuickWebEngineProfile::userNotification() calls and the + \l WebEngineProfile::userNotification() signal. */ class QWebEngineNotificationPrivate : public UserNotificationController::Client { -- cgit v1.2.1