On Wednesday 1 May 2024 14:54:48 GMT-7 Turtle Creek Software wrote:
> To do that in Qt we wrap QApplication::notify in a try/catch.  It works

No, it doesn't work. It happens to work on those platforms by pure accident. 
Trying to catch in notify() is too late.

Catch those things before they reenter Qt code. Especially Qt code that was 
compiled with exceptions disabled, like QtWidgets.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Principal Engineer - Intel DCAI Cloud Engineering

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to