|
Rockbox mail archiveSubject: Re: Destructors in Theme Editor: virtual or non virtual?Re: Destructors in Theme Editor: virtual or non virtual?
From: pouly amaury <amaury.pouly_at_gmail.com>
Date: Thu, 17 Jun 2010 11:39:48 +0200 > Out of curiosity I looked at the code of the Theme Editor which is written > in C++. And saw, e.g. in the class SkinViewer, that the destructor is > declared as a non-virtual function. But shouldn't (almost always) > destructors be declared as virtual functions so that the framework (Qt in > this case) can correctly destroy custom objects?<http://portal.gmx.net/de/go/dsl> You are perfectly right. When deriving from a class, the destructor should always be virtual in order to call the destructor of the base class. Received on 2010-06-17 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |