summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaishree Vyas <jaishree.vyas@qt.io>2024-02-22 11:47:04 +0100
committerJaishree Vyas <jaishree.vyas@qt.io>2024-02-28 13:38:44 +0100
commit54a2c6976972361538e6b2863809f5e175750869 (patch)
tree5d83c3c38326d4042e553a6c47fdcd75afaa27e3
parent5923379c80147dff31f581435e56736e45ea9d36 (diff)
Doc: Date type of "event" in occurred should be specified
Fixes: QTBUG-120578 Pick-to: 6.6 6.7 Change-Id: I03a68eba493f50bbff0b3b24b2eb7efbafbd1852 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/scxmlqml/eventconnection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scxmlqml/eventconnection.cpp b/src/scxmlqml/eventconnection.cpp
index b054bcf..c7d65b0 100644
--- a/src/scxmlqml/eventconnection.cpp
+++ b/src/scxmlqml/eventconnection.cpp
@@ -36,7 +36,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmlsignal EventConnection::occurred(event)
- This signal is emitted when the event \a event occurs.
+ This signal is emitted when the SCXML event \a event occurs.
\sa QScxmlEvent
*/