summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-05-13 14:03:06 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-05-13 14:48:29 +0200
commit72ca43f6a160c76e1e0cba90ee14a61aba125d74 (patch)
treed7340a252bf9e88cd2903c08eb5241b8efb88045 /src
parentf0999d7591fc15b9a3fb573ba6c4ca6262573459 (diff)
VoiceSelector is new in Qt 6.6
Evidently qdoc doesn't know about QML_ADDED_IN_VERSION. Change-Id: I0aa1a0e4c830b78c0ff0e0a022aa56c5b6d6e7fd Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/tts/qml/qvoiceselectorattached.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tts/qml/qvoiceselectorattached.cpp b/src/tts/qml/qvoiceselectorattached.cpp
index 1fa1a86..f7573d2 100644
--- a/src/tts/qml/qvoiceselectorattached.cpp
+++ b/src/tts/qml/qvoiceselectorattached.cpp
@@ -13,6 +13,7 @@ using namespace Qt::StringLiterals;
/*!
\qmltype VoiceSelector
\inqmlmodule QtTextToSpeech
+ \since 6.6
\brief Provides attached properties for selecting the voice of a TextToSpeech
element.