On terça-feira, 21 de fevereiro de 2012 12.12.52, Marc Mutz wrote: > QString::arg() can't deal with va_lists. Are you proposing to disable > qDebug() for non-C++11-compilers?
No, but I also fail to see why we need QString::sprintf for qDebug.
qDebug should operate on char, not on UTF-16, and thus it can use (va)sprintf.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
Intel Sweden AB - Registration Number: 556189-6027
Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
