[Interest] Signals, slots before the event loop starts?

Konstantin Shegunov kshegunov at gmail.com
Thu Apr 11 14:54:45 CEST 2019


On Thu, Apr 11, 2019 at 3:48 PM Jason H <jhihn at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20190411/ac8d1533/attachment.html>


More information about the Interest mailing list