summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaishree Vyas <jaishree.vyas@qt.io>2024-02-22 11:47:04 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-02-28 15:06:00 +0000
commitbeef0cda3d343905cfdb9057976867e8c3ad7f29 (patch)
tree3cd372836648ccdbfe464eafd675d7e815901f1f
parentc4e667a5ac1b3611ad4226b944b3de6a606634f3 (diff)
Doc: Date type of "event" in occurred should be specified
Fixes: QTBUG-120578 Pick-to: 6.6 Change-Id: I03a68eba493f50bbff0b3b24b2eb7efbafbd1852 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 54a2c6976972361538e6b2863809f5e175750869) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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
*/