mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
CAircraftIcaoCode/CAirlineIcao style
This commit is contained in:
committed by
Mat Sutcliffe
parent
8154b67fcc
commit
4e20c20274
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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