Hi,

Could someone explain me, why in the official Qt4 documentation, there is no delete operators?

Is garbage collector build in Qt4?


For example, QAction objects are created by new operator, and there are no deconstructor (delete operations).

http://doc.trolltech.com/4.7-snapsho...plication.html

Is the reason is to be clean code?