mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Metatuple must ignore CStatusMessage::m_handledByObjects, as it doesn't know about the mutex.
This commit is contained in:
@@ -334,8 +334,7 @@ BLACK_DECLARE_TUPLE_CONVERSION(BlackMisc::CStatusMessage, (
|
||||
o.m_severity,
|
||||
o.m_message,
|
||||
o.m_args,
|
||||
o.m_timestampMSecsSinceEpoch,
|
||||
attr(o.m_handledByObjects, flags < DisabledForHashing | DisabledForJson | DisabledForComparison | DisabledForMarshalling > ())
|
||||
o.m_timestampMSecsSinceEpoch
|
||||
))
|
||||
Q_DECLARE_METATYPE(BlackMisc::CStatusMessage)
|
||||
Q_DECLARE_METATYPE(BlackMisc::CStatusMessage::StatusSeverity)
|
||||
|
||||
Reference in New Issue
Block a user