mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
CAircraftIcaoCode/CAirlineIcao style
This commit is contained in:
committed by
Mat Sutcliffe
parent
8154b67fcc
commit
4e20c20274
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user