14 static QLocale::Country getCountryByNumeric(
int numeric);
15 static QLocale::Country getCountryByAlpha2(
const QString& alpha2);
16 static QLocale::Country getCountryByAlpha3(
const QString& alpha3);
17 static QString getCountryName(QLocale::Country country);
20 static std::map<int, QLocale::Country> _numericCountry;
21 static std::map<QString, QLocale::Country> _alpha2Country;
22 static std::map<QString, QLocale::Country> _alpha3Country;
23 static std::map<QLocale::Country, int> _countryTranslation;
25 static void _register(QLocale::Country country,
int numeric, QString alpha2, QString alpha3,
int translatorId = -1);
#define BASE_EXPORT
Definition: base_defines.h:12
Definition: AbstractXMLReader.h:8