#include <CountryInfo.h>
Public Member Functions | |
CountryInfo (QObject *parent) | |
Static Public Member Functions | |
static QString | countryName (const QString &countryCode) |
Definition at line 25 of file CountryInfo.h.
CountryInfo::CountryInfo | ( | QObject * | parent | ) |
Default constructor.
Definition at line 23 of file CountryInfo.cpp.
QString CountryInfo::countryName | ( | const QString & | countryCode | ) | [static] |
Returns the name of the country represented by countryCode, where countryCode is a 2-letter ISO 3166-1 alpha-2 two-letter country code. The name will be returned translated to the current locale if an appropriate QTranslator is currently installed.
Definition at line 29 of file CountryInfo.cpp.
Referenced by BridgeUsageDialog::update().