Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'
[profile/ivi/qtbase.git] / src / gui / painting / qtessellator.cpp
2011-09-12 suzuki toshiyaReplace 'i < len-1 && func(i+1)' by 'i+1 < len && func...
2011-05-24 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-24 Jyri TahtelaUpdate licenseheader text in source files for qtbase...
2011-04-27 Qt by NokiaInitial import from the monolithic Qt.