summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/android/src/qtexttospeech_android.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/tts/android/src/qtexttospeech_android.h')
-rw-r--r--src/plugins/tts/android/src/qtexttospeech_android.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/tts/android/src/qtexttospeech_android.h b/src/plugins/tts/android/src/qtexttospeech_android.h
index 60cb32d..94c59f5 100644
--- a/src/plugins/tts/android/src/qtexttospeech_android.h
+++ b/src/plugins/tts/android/src/qtexttospeech_android.h
@@ -81,6 +81,7 @@ public Q_SLOTS:
private:
void setState(QTextToSpeech::State state);
+ QVoice javaVoiceObjectToQVoice(QJNIObjectPrivate &obj) const;
QJNIObjectPrivate m_speech;
QTextToSpeech::State m_state;