mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #787, MS review items + discussion on slack
https://dev.vatsim-germany.org/issues/787#note-4
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
//! \file
|
||||
|
||||
#include "blackmisc/applicationinfolist.h"
|
||||
|
||||
namespace BlackMisc
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user