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