aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2017-05-29 11:33:43 +0200
committerChristian Tismer <tismer@stackless.com>2017-05-29 09:48:58 +0000
commit96ebc129164012092c31d34e2cd8b1b24cd44883 (patch)
tree84406e519af6550d61c080e8b7530f6964028b4b
parentb814f865c0618faaaacb710bd0e8eb2804aaed00 (diff)
Fix TextToSpeech version
The version must be since 5.8, not 5.9. Found because I build with homebrew Qt 5.8 Change-Id: I53b5235000ce6fb8dfea75224ca2a05daed826b4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--sources/pyside2/PySide2/QtTextToSpeech/typesystem_texttospeech.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/pyside2/PySide2/QtTextToSpeech/typesystem_texttospeech.xml b/sources/pyside2/PySide2/QtTextToSpeech/typesystem_texttospeech.xml
index 420bcc2d8..ebe73a0b4 100644
--- a/sources/pyside2/PySide2/QtTextToSpeech/typesystem_texttospeech.xml
+++ b/sources/pyside2/PySide2/QtTextToSpeech/typesystem_texttospeech.xml
@@ -42,11 +42,11 @@
<typesystem package="PySide2.QtTextToSpeech">
<load-typesystem name="typesystem_core.xml" generate="no" />
- <object-type name="QTextToSpeech" since="5.9">
+ <object-type name="QTextToSpeech">
<enum-type name="State"/>
</object-type>
- <object-type name="QTextToSpeechEngine" since="5.9"/>
- <value-type name="QVoice" since="5.9">
+ <object-type name="QTextToSpeechEngine"/>
+ <value-type name="QVoice">
<enum-type name="Gender"/>
<enum-type name="Age"/>
</value-type>