indiantarget / quimeraengine

0 stars 0 forks source link

Change the type of the QStringUnicode::PATTERN_NOT_FOUND constant to unsigned #642

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The constant is currently an int, -1 concretely. In order to be able to cover a 
wider range of positive numbers, it should be converted to an unsigned integer, 
whose value is the same, the maximum unsigned value. This will imply some 
changes in the methods that return such constant.

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

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 16 Nov 2014 at 12:32

GoogleCodeExporter commented 9 years ago

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