On Saturday, 23 November 2019 13:55:52 CET André Pönitz wrote: > Also, replacing size() by count() would be easy to do in e.g. Creator > (effectively a single global renaming of size() to count() and discarding > the changes to Qt itself). > > Wrapping int() around requires more manual work.
I understand, but I think this is the type of change that will eventually become a problem down the road. We think it can help with porting, but it may later introduce subtle bugs by truncating sizes. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
