indiantarget / quimeraengine

0 stars 0 forks source link

QStringUnicode::Append should return reference to this #608

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 13 Nov 2014 at 11:53

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 14 Nov 2014 at 12:07

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 9 Feb 2015 at 6:30