Telemetry system updated
This commit is contained in:
parent
bd97ee86ba
commit
cd20e0b512
15 changed files with 100 additions and 113 deletions
|
@ -617,7 +617,6 @@ QString TranslationClass::getCountryCode(QLocale locale)
|
|||
QStringList localeStrList = locale.name().split("_");
|
||||
if (localeStrList.length() >= 2)
|
||||
{
|
||||
qDebug() << localeStrList;
|
||||
return localeStrList.at(1).toLower();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue