summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiłosz Kosobucki <milosz.kosobucki@kdab.com>2019-12-30 12:42:39 +0100
committerMiłosz Kosobucki <milosz.kosobucki@kdab.com>2020-01-06 15:35:22 +0100
commitd2f6a5c7b97d61c4e983243d444dd51592a44bab (patch)
tree0954f32f3ae9f626ca1ec45b4602934c56630633
parentd68244d595252a1de90899a83a2d47cd374d1655 (diff)
Fix doc for WebEngineNotification.title type
Was bool but it's really a string. Change-Id: I79eace4892e8048212ce3296b28e342d72c43667 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-rw-r--r--src/core/api/qwebenginenotification.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/qwebenginenotification.cpp b/src/core/api/qwebenginenotification.cpp
index abc63fed2..0505b825a 100644
--- a/src/core/api/qwebenginenotification.cpp
+++ b/src/core/api/qwebenginenotification.cpp
@@ -132,7 +132,7 @@ bool QWebEngineNotification::matches(const QWebEngineNotification *other) const
}
/*!
- \qmlproperty bool WebEngineNotification::title
+ \qmlproperty string WebEngineNotification::title
\brief The title of the notification.
*/
/*!