Jacek, what do you mean by this?Originally Posted by jacek
...but you have to pass the ownership as well.
Unless the pointer is const, cannot the slot alter the data pointed at, or even delete the pointer?
Jacek, what do you mean by this?Originally Posted by jacek
...but you have to pass the ownership as well.
Unless the pointer is const, cannot the slot alter the data pointed at, or even delete the pointer?
mclark (5th November 2007)
Thanks jacek, I thought maybe there was some implicit Qt way to guarantee the ownership swap. But, I see you mean this is the responsibility of the programmer.
BTW, thanks for the quick reply!
Bookmarks