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
  • Version 1
  • ae656f5
  • ede1174
  • Fix compilation when Qt is built with -no-stl.

Showing ae656f5-ede1174

Comments

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository