mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-05 17:55:45 +08:00
ref #701, "improved countries"
* utility function for "accent free" strings * added 3 letter ISO, alias names * improved searching in countries
This commit is contained in:
@@ -49,6 +49,9 @@ namespace BlackMisc
|
||||
//! Find "best match" by country
|
||||
CCountry findBestMatchByCountryName(const QString &countryName) const;
|
||||
|
||||
//! Find first by alias
|
||||
CCountry findFirstByAlias(const QString &alias) const;
|
||||
|
||||
//! ISO/name string list
|
||||
QStringList toIsoNameList() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user