/Tools/tz/

orm application framework that is used for developing application software that can be run on various software and hardware platforms with little or no change in the underlying codebase, while still being a native application with native capabilities and speed.
summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstractprintdialog/.gitignore
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-04-28 10:56:35 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2011-04-28 11:16:58 (GMT)
commitaf9d20680c91f587f4791aa68f3a8b03d3a42be0 (patch)
tree427dff65738b96b08839d6c2cd65feea64ae7f52 /tests/auto/qabstractprintdialog/.gitignore
parentee9455ed2a83084692d969c398ecb91bcd4fc33a (diff)
downloadQt-af9d20680c91f587f4791aa68f3a8b03d3a42be0.zip
Qt-af9d20680c91f587f4791aa68f3a8b03d3a42be0.tar.gz
Qt-af9d20680c91f587f4791aa68f3a8b03d3a42be0.tar.bz2
Fixed off-by-one in radial gradient color table index computation.
Clamp to GRADIENT_COLOR_TABLE-1, not GRADIENT_COLOR_TABLE-2. Fixes visible error in gradients.qps Reviewed-by: Kim Motoyoshi Kalland <kim.kalland@nokia.com>