Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'
[profile/ivi/qtbase.git] / dist / changes-4.4.3
2011-04-27 Qt by NokiaInitial import from the monolithic Qt.