Alright thanks a lot, I really understand how this works. One more thing (sorry :P). I heard it's best to dereference a pointer after the object is deleted. If you use deleteLater() is it necessary to do that? Like here:
Qt Code:
myObject = new object(this); ... myObject->deleteLater(); myObject = 0;To copy to clipboard, switch view to plain text mode
Or only use that with delete?
Thanks once again.![]()
Bookmarks