I am trying to define a complex structure (practically a POD) as a property in a REP file. The structure is defined already as Q_GADGET in a separate header file. When I try to instantiate the replica the system crashes complaining that it is unable to create a certain type (and in the log then comes three completely bogus (e.g. too high) type id numbers)
Is it possible to define structures as properties in the QT5 Remote Object world? If yes how? Thanks,