mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Formatting, doxygen, minor adjustments
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5d5da0641f
commit
deed61a88c
@@ -22,8 +22,7 @@ namespace BlackGui
|
||||
m_countryIso(countryIso.trimmed().toUpper()), m_real(isReal), m_va(isVa)
|
||||
{
|
||||
this->m_valid = !(this->m_countryIso.isEmpty() && this->m_vDesignator.isEmpty() &&
|
||||
this->m_name.isEmpty() &&
|
||||
!m_va && !m_real);
|
||||
this->m_name.isEmpty() && !this->m_va && !this->m_real);
|
||||
}
|
||||
|
||||
CAirlineIcaoCodeList CAirlineIcaoFilter::filter(const CAirlineIcaoCodeList &inContainer) const
|
||||
|
||||
Reference in New Issue
Block a user