TTS: Refactoring
* Delete multiple empty rows * Make getVolume non-virtual and leave just the implementation in base class * Resolve warning about signed / unsigned comparison in gui-manager * Clear availableVoices when updating voices on linux * By default set language to transMan language on windows (if the transMan is available) * Remove freeVoices method from Windows ttsMan, it isn't needed anymore
This commit is contained in:
parent
4ec10ffec7
commit
58065ceacd
9 changed files with 10 additions and 26 deletions
|
@ -426,7 +426,6 @@ void OptionsDialog::build() {
|
|||
_subSpeedSlider->setValue(speed);
|
||||
_subSpeedLabel->setValue(speed);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void OptionsDialog::clean() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue