You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
This is a great library, but I have a problem with that.
I have a QVariantMap that contains my class' properties, but deserialization is not complete, int values get correct values in QObject-based class, but QList<int> properties does not, they are all empty in my object.
Did I miss something?
Thanks
The text was updated successfully, but these errors were encountered:
Hi.
This is a great library, but I have a problem with that.
I have a
QVariantMap
that contains my class' properties, but deserialization is not complete, int values get correct values inQObject
-based class, butQList<int>
properties does not, they are all empty in my object.Did I miss something?
Thanks
The text was updated successfully, but these errors were encountered: