Changed order of country data and used short name of country. refs #300
This commit is contained in:
@@ -89,5 +89,5 @@ bool CountryData::eq(ComboItem *other)
|
|||||||
|
|
||||||
QString CountryData::toString()
|
QString CountryData::toString()
|
||||||
{
|
{
|
||||||
return m_code3 + " - " + m_czechFullName;
|
return m_czechName + " (" + m_code3 + ")";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user