summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Falsini <falsinsoft@gmail.com>2024-01-21 17:51:24 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-01-21 19:46:37 +0000
commit7711cb048a9521971c5ebcb406e7158d0853aae9 (patch)
tree785d62bbe0eeb9781b7a66312fc29f6787ff4c61
parent0b78089eb745b291d8660b8237aac6ea1240be6e (diff)
Fix documentation typo
In the QML documentation the signal errorOccurred has been written errorOccured Pick-to: 6.6 6.5 Change-Id: Ibbca62d7d617aea482a20781afa4925bc79b52c3 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> (cherry picked from commit 084531c8892d690b149b722268944d4fcf4cd0d1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/tts/qtexttospeech.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tts/qtexttospeech.cpp b/src/tts/qtexttospeech.cpp
index f8c9031..c938771 100644
--- a/src/tts/qtexttospeech.cpp
+++ b/src/tts/qtexttospeech.cpp
@@ -672,7 +672,7 @@ QTextToSpeech::State QTextToSpeech::state() const
*/
/*!
- \qmlsignal void TextToSpeech::errorOccured(enumeration reason, string errorString)
+ \qmlsignal void TextToSpeech::errorOccurred(enumeration reason, string errorString)
This signal is emitted after an error occurred and the \l state has been set to
\c TextToSpeech.Error. The \a reason parameter specifies the type of error,