Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'
[profile/ivi/qtbase.git] / src / gui / painting / qgraphicssystemfactory.cpp
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-05-16 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-11 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-11 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-10 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-10 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-10 Qt Continuous Inte... Merge branch 'master' of git://scm.dev.nokia.troll...
2011-05-10 Fabien FrelingSet the default graphics system to raster.
2011-05-10 Fabien FrelingRevert "Switch the default graphics system to raster...
2011-05-10 Fabien FrelingSwitch the default graphics system to raster on Mac.
2011-04-27 Qt by NokiaInitial import from the monolithic Qt.