Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'
[profile/ivi/qtbase.git] / .gitmodules
2011-08-29 Kent HansenAdd QtV8 library to QtBase