Formatting, doxygen, minor adjustments

This commit is contained in:
Klaus Basan
2016-12-26 00:32:28 +01:00
committed by Mathew Sutcliffe
parent 5d5da0641f
commit deed61a88c
8 changed files with 9 additions and 12 deletions

View File

@@ -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