Hi,

Quote Originally Posted by Lykurg View Post
Ups, found an error:



There "a" still points to "10". So in that short period you have dangling pointers: "a" and "b".
Yes but this is not a problem because I have QMutex to lock this kind of operations.

Thanks,