CAircraftIcaoCode/CAirlineIcao style

This commit is contained in:
Klaus Basan
2019-03-05 03:25:58 +01:00
committed by Mat Sutcliffe
parent 8154b67fcc
commit 4e20c20274
3 changed files with 24 additions and 24 deletions

View File

@@ -804,7 +804,7 @@ namespace BlackMisc
real, legacy, military, rank real, legacy, military, rank
); );
code.setKeyVersionTimestampFromDatabaseJson(json, prefix); code.setKeyVersionTimestampFromDatabaseJson(json, prefix);
if (categoryId >=0) { code.setCategoryId(categoryId); } if (categoryId >= 0) { code.setCategoryId(categoryId); }
return code; return code;
} }

View File

@@ -299,7 +299,7 @@ namespace BlackMisc
void updateMissingParts(const CAircraftIcaoCode &otherIcaoCode); void updateMissingParts(const CAircraftIcaoCode &otherIcaoCode);
//! Validate data //! Validate data
BlackMisc::CStatusMessageList validate() const; CStatusMessageList validate() const;
//! As a brief HTML summary (e.g. used in tooltips) //! As a brief HTML summary (e.g. used in tooltips)
QString asHtmlSummary() const; QString asHtmlSummary() const;

View File

@@ -213,7 +213,7 @@ namespace BlackMisc
//! \copydoc Mixin::Index::setPropertyByIndex //! \copydoc Mixin::Index::setPropertyByIndex
void setPropertyByIndex(const CPropertyIndex &index, const CVariant &variant); void setPropertyByIndex(const CPropertyIndex &index, const CVariant &variant);
//! Compare for index //! \copydoc Mixin::Index::comparePropertyByIndex
int comparePropertyByIndex(const CPropertyIndex &index, const CAirlineIcaoCode &compareValue) const; int comparePropertyByIndex(const CPropertyIndex &index, const CAirlineIcaoCode &compareValue) const;
//! Validate data //! Validate data