mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #628 Metaclass style compatible with the AStyle beautifier.
This commit is contained in:
@@ -172,7 +172,8 @@ namespace BlackMisc
|
||||
QString m_createdBy; //!< created by, "distributor"
|
||||
bool m_rotorcraft = false; //!< hint if rotorcraft
|
||||
|
||||
BLACK_METACLASS(CAircraftCfgEntries,
|
||||
BLACK_METACLASS(
|
||||
CAircraftCfgEntries,
|
||||
BLACK_METAMEMBER(index),
|
||||
BLACK_METAMEMBER(fileName),
|
||||
BLACK_METAMEMBER(title),
|
||||
|
||||
@@ -92,7 +92,8 @@ namespace BlackMisc
|
||||
QString m_callsignPrefix; //!< callsign prefix, aka airline ICAO
|
||||
qint64 m_updatedMsSinceEpoch; //!< updated when
|
||||
|
||||
BLACK_METACLASS(CVPilotModelRule,
|
||||
BLACK_METACLASS(
|
||||
CVPilotModelRule,
|
||||
BLACK_METAMEMBER(typeCode, 0, CaseInsensitiveComparison),
|
||||
BLACK_METAMEMBER(callsignPrefix, 0, CaseInsensitiveComparison),
|
||||
BLACK_METAMEMBER(modelName, 0, CaseInsensitiveComparison),
|
||||
|
||||
Reference in New Issue
Block a user