i get the Message
"neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined." for a class that is derived from QObject where i am trying to have a destructor.
and i just can't figure out what it means and what i could do against it. Could somebody please enlighten me?