
22 Jul
2008
22 Jul
'08
5:14 p.m.
Yes, you just need to pass a shared_ptr (or weak_ptr) to the slot's track() function which owns the object (either directly or indirectly).
Ok, thanks! Could you also tell me please if the example I copied from the document (in the previous message) is really correct? Thanks.