On Wed, Dec 19, 2018 at 11:51 AM Ramakanth Kesireddy <rama.k...@gmail.com>
wrote:

> Yes QApplication destructor is invoked last..Does it makes sense to use
> deleteLater() in the widget destructors instead of existing delete if it
> could be cleaned up as part of qApp-quit()?
>

Your example code clearly shows otherwise. You have a QObject that's
created before and destroyed after the application object.
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to