Georg Baum wrote:
Am Samstag, 27. Mai 2006 17:11 schrieb Abdelrazak Younes:Georg Baum wrote:+ delete app;Is this necessary?I think so. It makes sure that the LQApplication object is destructed at a defined time. How should the compiler know when to destruct it otherwise?
I was maybe a misleaded by the name of the function (start). There is one QApplication per application so I guess the destruction is automatic when quitting. But you are probably right. Will commit soon.
Abdel.