Quote Originally Posted by wysota View Post
The object always goes out of scope when the function returns. The signal carries a copy of the object in case of a cross-thread emission and a copy or a cost or non-const reference in case of a direct call.
Thanks!