On 2014-02-28 05:41, Koehne Kai wrote: > ... > OTOH, probably most of the time I want unquoted QString, I would end up > calling 'noquote()' immediately, and quote() almost never, so...
That's what I expect to be the most common, too: qDebug().noquote() << ... or qDebug().nospace().noquote() << ... if the last variant is common enough we could even add a "bare()" method that does, both: // equivalent to nospace().noquote(). qDebug().bare() << ... Regards Kai _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development