mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 21:05:31 +08:00
Ref T557 Metaclass flag to preserve measurement unit when marshalling PQ's in flight plans.
This commit is contained in:
@@ -213,6 +213,12 @@ namespace BlackMisc
|
||||
//! \copydoc BlackMisc::Mixin::DBusByMetaClass::unmarshallFromDbus
|
||||
void unmarshallFromDbus(const QDBusArgument &argument);
|
||||
|
||||
//! Marshal to DBus, preserving the measurement unit
|
||||
void marshallToDbus(QDBusArgument &argument, LosslessTag) const;
|
||||
|
||||
//! Unmarshal from DBus, with preserved measurement unit
|
||||
void unmarshallFromDbus(const QDBusArgument &argument, LosslessTag);
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::HashByMetaClass::qHash
|
||||
uint getValueHash() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user