Quote Originally Posted by spirit View Post
Qt Code:
  1. ...
  2. case QtFatalMsg:
  3. txt = QString("Fatal: %1").arg(msg);
  4. abort();
  5. ...
To copy to clipboard, switch view to plain text mode 
Sorry missed that one line, I was in a bit of a rush when I read your post...