Added an option to select regional voice for Google
Created by: Crissium
There's still a bug actually, and I cannot determine how the hell it got there:
In
SettingsDialog::loadSettings
TTS region preferences are successfully loaded, but when SettingsDialog::onGoogleLanguageSelectionChanged
is reached, the country for currently selected language is strangely reset to QLocale::AnyCountry
.So, even if you have set the region for, say, English to United Kingdom previously, when you open settings again it still says "Default region".
I've left two qDebugs
in the function in question.
Fixed