Quote Originally Posted by Doug Broadwell View Post
(C++ newbe also) I have code in my event handlers that throw errors. I would like to reimplement QApplication::notify() to be able to catch any thrown errors that I don't explicitly throw to deal with somewhat more gracefully than aborting the program.

Does anyone have an example code to do this?

Thanks,
Doug Broadwell
Isn't this a double thread? I remember someone asked about the exact same thing about a week ago...