[Bug 188180] Review Request: qt4: Qt GUI toolkit

bugzilla at redhat.com bugzilla at redhat.com
Wed Apr 19 10:52:23 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: qt4: Qt GUI toolkit


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=188180





------- Additional Comments From nomis80 at nomis80.org  2006-04-19 06:52 EST -------
It is possible to use exceptions with a Qt library compiled with -no-exceptions.
KHTML uses exceptions and KDE's general policy is to assume Qt is compiled with
exceptions disabled.

Some googling revealed that the only theoretical problem would be when emitting
exceptions from slots, or event handlers, or any function called by Qt's event
loop, and not catching it and letting it propagate through Qt's stack, and then
handling it in the main function.

I did a small test, throwing an exception in such a place, and it propagates all
the way up through Qt's stack without any problem. I can't see any problem with
disabling exceptions in Qt. Any expert advice?

I'll get around to posting the source code shortly.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list