mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #452, adjusted aircraft/aviation classes
* support for loading from datastore * improved timestamp handling * new color and country classes * new attributes * updates for missing parts in CUser
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c5f7179588
commit
ae24700299
@@ -124,12 +124,12 @@ namespace BlackMisc
|
||||
//! \copydoc CValueObject::setPropertyByIndex
|
||||
void setPropertyByIndex(const CVariant &variant, const BlackMisc::CPropertyIndex &index);
|
||||
|
||||
/*!
|
||||
* This and another user exchange missing data.
|
||||
* This user has priority and overrides first.
|
||||
*/
|
||||
//! This and another user exchange missing data, This user has priority and overrides first.
|
||||
void syncronizeData(CUser &otherUser);
|
||||
|
||||
//! Update missing parts in this object
|
||||
void updateMissingParts(const CUser &otherUser);
|
||||
|
||||
//! Valid VATSIM id
|
||||
static bool isValidVatsimId(const QString &id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user