[Interest] QTimer::singleshot extending into global destruction phase

Thiago Macieira thiago.macieira at intel.com
Sun May 31 22:10:37 CEST 2020


On Sunday, 31 May 2020 12:48:31 PDT Thiago Macieira wrote:
> This also removes the need for the event loop to be
> involved.

BTW, I'm not sure how your code could ever solve your problem. By the time the 
global destructors are being run, the event loop has shut down. No timers are 
being serviced, so your slot is never called.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products





More information about the Interest mailing list