Hi, I need your help :P Scenario:

* I created objectA containing a bunch of Q_PROPERTY() and stream operators to serialize it. The code is ok, objectA's properties are saved correctly
* I created objectB containing a bunch of Q_PROPERTY() and objectA is in one of them. When I try to serialize objectB I got the following message in console:

QVariant::save: unable to save type 322.
The resulting file contains all objectB properties except objectA (I can see only the object name, something like MyApp::ObjectA).

Any idea where I'm wrong?

Very thanks.