summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-09 10:59:20 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-06-09 11:10:55 +0000
commitc73aaaebc1f541802a314a6b79b0b15ea98351a7 (patch)
tree0bfd5488b75d0cedfd18e8e5032df74bbd4c300d /src
parentf65a22322e2c8c10721c81777e0f5ddf2d133c54 (diff)
Doc: Fix warning in TextToSpeech::aboutToSynthesize()
src/tts/qtexttospeech.cpp:620: (qdoc) warning: Undocumented parameter 'id' Pick-to: 6.6 Change-Id: I5792b9b625d0c16f9afc8a4f8c2a6cfd65fc67ca Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src')
-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 193fc8e..cd1aae2 100644
--- a/src/tts/qtexttospeech.cpp
+++ b/src/tts/qtexttospeech.cpp
@@ -623,7 +623,7 @@ QTextToSpeech::State QTextToSpeech::state() const
\since 6.6
This signal gets emitted just before the engine starts to synthesize the
- speech audio for \a text. Applications can use this signal to make last-minute
+ speech audio for \a id. Applications can use this signal to make last-minute
changes to \l voice attributes, or to track the process of text enqueued
via enqueue().