StyleHelper: Remove unused variable

Change-Id: Ib0fbc9d894df605509541d5f7444241f253de8f0
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2014-04-11 15:06:40 +02:00
parent 0f11d97404
commit f549377e90

View File

@@ -316,7 +316,6 @@ void StyleHelper::drawArrow(QStyle::PrimitiveElement element, QPainter *painter,
imagePainter.translate(sx + bsx, sy + bsy);
if (!(option->state & QStyle::State_Enabled)) {
QColor foreGround(150, 150, 150, 150);
imagePainter.setBrush(option->palette.mid().color());
imagePainter.setPen(option->palette.mid().color());
} else {