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-22 02:01:20 +0000
commitab3560a766094d5366494976c21b2de35d9a1225 (patch)
treeb9242e92027a30a7cdd6e75563a326c6dd22e9bd
parent74a8a7d8669dcb7e08784d0afc12cb4ff73f8a09 (diff)
Fix documentation typo
In the QML documentation the signal errorOccurred has been written errorOccured Pick-to: 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> (cherry picked from commit 7711cb048a9521971c5ebcb406e7158d0853aae9)
-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,