Use QObject::deleteLater(), which is practically the same as setting WA_DeleteOnClose, with the difference that the creating class tells the object to delete itself when done, instead of telling it to delete itself in a while.
Use QObject::deleteLater(), which is practically the same as setting WA_DeleteOnClose, with the difference that the creating class tells the object to delete itself when done, instead of telling it to delete itself in a while.
Horse sense is the thing that keeps horses from betting on people. --W.C. Fields
Ask Smart Questions
boblatino (2nd August 2010)
Bookmarks