a text on optimizing C++
   
    Scott Wheeler
     
    kde-optimize@mail.kde.org
       
    Sat, 25 Jan 2003 08:12:19 +0100
    
    
  
On Saturday 25 January 2003 2:27, David Leimbach wrote:
> So somewhere there is a symbol that has that address so it can call delete.
Yes, this is standard in Qt.  All QObject subclasses can have or be 
"children".  There's almost always a parent pointer passed in the 
constructor, blah, blah...  Basically, yes.  The parent object keeps track of 
its children and deletes them when it is deleted.
-Scott
-- 
Many people would sooner die than think; in fact, they do so. 
--Bertrand Russell