Im new to the Qt library and i was going through the demonstrations. I came across this class without a destructor....
this is the cpp file http://doc.trolltech.com/4.5/demos-mainwindow-mainwindow-cpp.html
and here is the .h file http://doc.trolltech.com/4.5/demos-mainwindow-mainwindow-h.html
the constructor uses the new operator but the class doesn't have a destructor. Am I missing something?