Gordon Schumacher wrote: > In fact, I'd go so far as to say "don't delete a QObject, use > safeDelete() instead". It's overstating it, but it'll save your hair > when you someday start using your shiny new class in a multi-threaded > application... > > Do you mean QObject::deleteLater()?