Hai
In my application I used signal and slot connection. The arguements of signal and slot are memory location.The memory locations are getting modified and working fine. Is this methode is stable
Hai
In my application I used signal and slot connection. The arguements of signal and slot are memory location.The memory locations are getting modified and working fine. Is this methode is stable
You have to take the same precautions as with passing pointers using ordinary function calls --- make sure that you won't access deallocated memory and that concurrent accesses are protected with some locking mechanism.
Bookmarks