I have a thread which makes a huge object
and I want to pass it using qt signal back to main thread.

Can I pass the shared_ptr (c++11) reffering to that object,
and how?