Telemetry system updated

This commit is contained in:
Syping 2018-05-31 06:12:47 +02:00
parent bd97ee86ba
commit cd20e0b512
15 changed files with 100 additions and 113 deletions

View file

@ -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