mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
Ref T280, QHash for aircraft and models and some minor improvements
* CValueObject::comparePropertyByIndex * bool "true" if value has been changed
This commit is contained in:
@@ -409,10 +409,10 @@ namespace BlackMisc
|
||||
bool fastPositionUpdates() const {return m_fastPositionUpdates;}
|
||||
|
||||
//! Support fast position updates
|
||||
void setFastPositionUpdates(bool useFastPositions) { m_fastPositionUpdates = useFastPositions; }
|
||||
bool setFastPositionUpdates(bool useFastPositions);
|
||||
|
||||
//! Rendered?
|
||||
void setRendered(bool rendered) { m_rendered = rendered; }
|
||||
bool setRendered(bool rendered);
|
||||
|
||||
//! Have parts been synchronized with a remote client?
|
||||
bool isPartsSynchronized() const { return m_partsSynchronized; }
|
||||
|
||||
Reference in New Issue
Block a user