hello everybody,
i want to pass objects between processes using DBus i have read the documentation but i did not understand it very well.
i understood that i can not pass objects except struct , arrays, and Qmap .
i must declare the object with the macro Q_DECLARE_METATYPE() ,and implement the operators << >> to serialize QDBusArgument .
how then can i pass the object QDBusArgument between two processes?