fixed a little typo (backgroundcolor/backgroundcolor2) spotted by

metellius

svn path=/trunk/KDE/kdelibs/; revision=946778
This commit is contained in:
Marco Martin 2009-03-30 11:13:10 +00:00
parent d10641c35d
commit 115b87704f

View File

@ -354,7 +354,7 @@ void Delegate::paint(QPainter *painter, const QStyleOptionViewItem &option,
backgroundColor.setAlphaF(0.2);
QColor backgroundColor2 = option.palette.color(QPalette::Highlight);
backgroundColor.setAlphaF(0.5);
backgroundColor2.setAlphaF(0.5);
QRect highlightRect = option.rect.adjusted(2, 2, -2, -2);