summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2024-01-07 12:59:54 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-01-08 13:41:32 +0000
commitef235b0e4cd0e4339ab61c8b10426fe4beb3f3a7 (patch)
tree5594559160a9eeeeba2ea0e080e13822314834dd
parent66aedff4de7218083aa09a9a8da9b8fdf108df12 (diff)
Doc: Drop duplicated sentence
QDoc automatically generates an admonition (note) with the same content. Drop the sentence to avoid duplicate content. Fix a typo in the preceding line. Fixes: QTBUG-120576 Pick-to: 6.6 Change-Id: I3e5e1133d9d252e0bcac8d2397c718251818aef2 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> (cherry picked from commit d0e66d9c7be2ed2f146e4522615c480842afb089) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/scxmlqml/eventconnection.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/scxmlqml/eventconnection.cpp b/src/scxmlqml/eventconnection.cpp
index f3c7589..b054bcf 100644
--- a/src/scxmlqml/eventconnection.cpp
+++ b/src/scxmlqml/eventconnection.cpp
@@ -36,9 +36,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmlsignal EventConnection::occurred(event)
- This signal is emitted when the event \a event occurrs.
-
- The corresponding signal handler is \c onOccurred.
+ This signal is emitted when the event \a event occurs.
\sa QScxmlEvent
*/