How do I (sucessfully) reimplement QApplication::notify()? In my MainWindow I have
Qt Code:
  1. bool notify( QObject *receiver, QEvent *e )
To copy to clipboard, switch view to plain text mode 
reimplemented but it never gets called by when the unhandled exception was throw from a signal. I have looked at the post from a year ago (Reimplementing QApplication::notify( )) but it still never gets called.

Thanks!