indiantarget / quimeraengine

0 stars 0 forks source link

Use default values for some parameters in QStringUnicode's methods #611

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's very annoying to provide an enumeration value to every method that 
performs a string comparison. It would be better to use a default value, 
E_BinaryCaseSensitive for example so it's faster to write the code and more 
readable. Don't forget to update the documentation. This affects to the 
following methods:

-CompareTo
-IndexOf
-Contains
-PositionOf
-Replace

Original issue reported on code.google.com by Lince3D@gmail.com on 14 Nov 2014 at 12:59

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 2 Feb 2015 at 4:08

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 9 Feb 2015 at 5:23

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 11 Feb 2015 at 3:04