On Thu, Apr 11, 2019 at 3:48 PM Jason H <jh...@gmx.com> wrote:

> What is the best way to do that? I think in the past, I used a 0ms timer,
> but that always feels janky.
>

QMetaObject::invokeMethod(qApp, &QCoreApplication::quit,
Qt::QueuedConnection);

is my preference.
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to