summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/doc/snippets/push-notifications
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2024-05-17 12:14:41 +0200
committerMichal Klocek <michal.klocek@qt.io>2024-06-13 09:45:01 +0000
commitb5954b3d3d46e8825ce99a9a958c561a34d369f9 (patch)
tree80ba4f56a9c848dfe445810fd364d4d6f73b6be5 /src/webenginewidgets/doc/snippets/push-notifications
parent413eef173b24d6070b7bdf5131caa50ef839cd8d (diff)
Revive push messaging
It crashes due to missing preferences. This patch isolates push message related prefs and uses their 3rdparty registration functions where it's possible - hoping to reduce their maintenance time in the future. Correct a missing character in the docs. Pick-to: 6.8 6.7 Change-Id: Ia713bdb16edef8bc535624ba61a47c9f5d7c4155 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/webenginewidgets/doc/snippets/push-notifications')
-rw-r--r--src/webenginewidgets/doc/snippets/push-notifications/commands2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webenginewidgets/doc/snippets/push-notifications/commands b/src/webenginewidgets/doc/snippets/push-notifications/commands
index aee9761c1..077538e2e 100644
--- a/src/webenginewidgets/doc/snippets/push-notifications/commands
+++ b/src/webenginewidgets/doc/snippets/push-notifications/commands
@@ -11,7 +11,7 @@ npm install web-push express
//! [1]
//! [2]
-./node_odules/.bin/web-push generate-vapid-keys
+./node_modules/.bin/web-push generate-vapid-keys
//! [2]
//! [3]