Text to speech bugfixing

This commit is contained in:
Jakub Melka
2020-02-19 19:26:11 +01:00
parent ca9e2f3149
commit 44889cfcb8
2 changed files with 5 additions and 2 deletions

View File

@ -76,8 +76,8 @@ public:
void initializeUI(QComboBox* speechLocaleComboBox,
QComboBox* speechVoiceComboBox,
QSlider* speechRateEdit,
QSlider* speechVolumeEdit,
QSlider* speechPitchEdit,
QSlider* speechVolumeEdit,
QToolButton* speechPlayButton,
QToolButton* speechPauseButton,
QToolButton* speechStopButton,