Ref T552 Added mixins for QDataStream marshalling.

This commit is contained in:
Mat Sutcliffe
2019-02-27 22:29:26 +00:00
parent a6facc7e7c
commit fabf6e59ab
2 changed files with 134 additions and 1 deletions

View File

@@ -182,7 +182,7 @@ namespace BlackMisc
enum MetaFlag
{
DisabledForComparison = 1 << 0, //!< Element will be ignored by compare() and comparison operators
DisabledForMarshalling = 1 << 1, //!< Element will be ignored during DBus marshalling
DisabledForMarshalling = 1 << 1, //!< Element will be ignored during DBus and QDataStream marshalling
DisabledForDebugging = 1 << 2, //!< Element will be ignored when streaming to QDebug
DisabledForHashing = 1 << 3, //!< Element will be ignored by qHash()
DisabledForJson = 1 << 4, //!< Element will be ignored during JSON serialization