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



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

Reply via email to