[Interest] Queued signals lost in 5.15.0 (works in 5.12.5) (Windows)

Thiago Macieira thiago.macieira at intel.com
Mon Sep 28 17:58:05 CEST 2020


On Sunday, 27 September 2020 22:08:53 PDT Rainer Wiesenfarth wrote:
> I found a workaround in our code by removing a call to
> QCoreApplication::processEvents() and reorganizing some code.

Remove all of them. Everywhere you're using them, they're wrong.

The best solution is to replace them with a "return" and move the code that 
existed below that point to another slot or event.

If you can't do that, then at least use QEventLoop and its quit() signal.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel DPG Cloud Engineering





More information about the Interest mailing list