summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorSami Merila <sami.merila@nokia.com>2010-03-22 06:39:20 (GMT)
committerSami Merila <sami.merila@nokia.com>2010-03-22 06:39:20 (GMT)
commit120e79b2726e8aef63eb321fe3de984a27921d9e (patch)
tree3343af059d098f0cd609348c69dfb78d1225a436 /src/tools
parent06a3cc7b80c070b20e96cc1454e43d7d138bf2ce (diff)
downloadQt-120e79b2726e8aef63eb321fe3de984a27921d9e.zip
Qt-120e79b2726e8aef63eb321fe3de984a27921d9e.tar.gz
Qt-120e79b2726e8aef63eb321fe3de984a27921d9e.tar.bz2
QS60Style assert fails to detect an index failure
QS60Style asserts that a given index is correct when setting theme colors. Unfortunately it uses less-and-equal-to operator ('<='), which is incorrect. It should use less-than ('<')operator, otherwise the assert fails when index is equal to number of items in the color table. Task-number: QT-3078 Reviewed-by: Alessandro Portale
Diffstat (limited to 'src/tools')
0 files changed, 0 insertions, 0 deletions