mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 12:15:29 +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_severity,
|
||||||
o.m_message,
|
o.m_message,
|
||||||
o.m_args,
|
o.m_args,
|
||||||
o.m_timestampMSecsSinceEpoch,
|
o.m_timestampMSecsSinceEpoch
|
||||||
attr(o.m_handledByObjects, flags < DisabledForHashing | DisabledForJson | DisabledForComparison | DisabledForMarshalling > ())
|
|
||||||
))
|
))
|
||||||
Q_DECLARE_METATYPE(BlackMisc::CStatusMessage)
|
Q_DECLARE_METATYPE(BlackMisc::CStatusMessage)
|
||||||
Q_DECLARE_METATYPE(BlackMisc::CStatusMessage::StatusSeverity)
|
Q_DECLARE_METATYPE(BlackMisc::CStatusMessage::StatusSeverity)
|
||||||
|
|||||||
Reference in New Issue
Block a user