Quote Originally Posted by patrik08
QString & QString::sprintf ( const char * cformat, ... )
char buffer [50];
QString message = QString::sprintf (buffer,msg,args); /* crach & qt frozen */

How to reformat this on QString::sprintf ??
Qt Code:
  1. QString message;
  2. message.sprintf( msg, args );
To copy to clipboard, switch view to plain text mode