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-09 03:19:21 +0000
commit00451a5c2e96148d84d171083b023e4431d6eff2 (patch)
treed7174868082bb557722036525a68c6435874f7f9
parentfd2c7be8843c43428fa9a92bb3dcde4eda326b51 (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 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> (cherry picked from commit ef235b0e4cd0e4339ab61c8b10426fe4beb3f3a7)
-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
*/