refs #787, MS review items + discussion on slack

https://dev.vatsim-germany.org/issues/787#note-4
This commit is contained in:
Klaus Basan
2016-11-29 18:36:27 +01:00
parent df2073e5e6
commit fc3ac8b323
7 changed files with 9 additions and 14 deletions

View File

@@ -42,7 +42,6 @@ namespace BlackMisc
{
if (!this->m_country.hasIsoCode() && airport.getCountry().hasIsoCode()) { this->m_country = airport.getCountry(); }
if (this->m_descriptiveName.isEmpty()) { this->m_descriptiveName = airport.getDescriptiveName(); }
if (this->m_descriptiveName.isEmpty()) { this->m_descriptiveName = airport.getDescriptiveName(); }
}
QString CAirport::convertToQString(bool i18n) const