Quote Originally Posted by zuck View Post
Hi, I need to send a pointer to a custom class (a model derived from QSqlRelationalTableModel) over the DBus.
Forget it, you can't pass pointers between processes as each process has its own memory space. The same address can point to two different places in physical memory in different processes.