Reviewing merge request #3: Fix compilation when Qt is built with -no-stl.
There's no need to go through std::string for simple
strings. QByteArray is more than reasonable.
This is also a performance improvement, considering toStdString()
calls toAscii(), which could be much slower than the Latin-1 codec
(toAscii() uses the codec set with QTextCodec::setCodecForCStrings).
Commits that would be merged:
Version 1


Add a new comment:
Login or create an account to post a comment