summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Falsini <falsinsoft@gmail.com>2024-01-21 17:51:24 +0100
committerAxel Spoerl <axel.spoerl@qt.io>2024-01-21 19:29:34 +0000
commit084531c8892d690b149b722268944d4fcf4cd0d1 (patch)
treecf30ddb50d54d9bbd25b69fdd94778acc20af3f7
parentd05c1829da03bc04f4fb62e93dd12bce7b6244eb (diff)
Fix documentation typo
In the QML documentation the signal errorOccurred has been written errorOccured Pick-to: 6.7 6.6 6.5 Change-Id: Ibbca62d7d617aea482a20781afa4925bc79b52c3 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
-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,