The \r are not missing at all, they are implemented near the end:
Qt Code:
  1. sMessage.replace( QString::fromLatin1( "\n" ), QString::fromLatin1( "\r\n" ) );
To copy to clipboard, switch view to plain text mode