summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-03-05 14:47:16 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-03-18 11:30:12 +0000
commit10e65c418625f586430d3033e71bd3b4d69b7420 (patch)
treea9a9b2b411149a0c49b648092962271546d64684
parent5abd561be65fd560aafe1d20a40f426c62221592 (diff)
Doc: Link to classes where QWebEngineNotification is passed to users
Action point from the API review. Change-Id: I1c1d46f915ac3c9cd02548234c52032e033c69d3 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--src/core/api/qwebenginenotification.cpp5
1 files changed, 5 insertions, 0 deletions
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 {