The Append method of QStringUnicode must be changed so it returns a reference
to *this. This way, it will be possible to concatenate calls to Append like
this:
strText.Append("My").Append("String").Append("Concatenated");
Remember to include a test and change the documentation.
Original issue reported on code.google.com by Lince3D@gmail.com on 5 Sep 2014 at 7:16
Original issue reported on code.google.com by
Lince3D@gmail.com
on 5 Sep 2014 at 7:16