Commit 8c674a7f authored by Ronan Abhamon's avatar Ronan Abhamon

fix(src/components/text-to-speech/TextToSpeech): compilation fix

parent 91dc50d0
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#ifdef TEXTTOSPEECH_ENABLED #ifdef TEXTTOSPEECH_ENABLED
TextToSpeech::TextToSpeech (QObject *parent) : QObject(parent) { TextToSpeech::TextToSpeech (QObject *parent) : QObject(parent) {
mQtTextToSpeech = new QTTextToSpeech(this); mQtTextToSpeech = new QTextToSpeech(this);
} }
void TextToSpeech::say (const QString &text) { void TextToSpeech::say (const QString &text) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment