mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-20 18:08:24 +00:00
fix(src/components/text-to-speech/TextToSpeech): compilation fix
This commit is contained in:
parent
91dc50d023
commit
8c674a7f8c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#ifdef TEXTTOSPEECH_ENABLED
|
||||
TextToSpeech::TextToSpeech (QObject *parent) : QObject(parent) {
|
||||
mQtTextToSpeech = new QTTextToSpeech(this);
|
||||
mQtTextToSpeech = new QTextToSpeech(this);
|
||||
}
|
||||
|
||||
void TextToSpeech::say (const QString &text) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue