Added tags to SituareService::getInterestingPeople.
[situare] / src / ui / headerlistitemdelegate.cpp
index b8c98a5..db7a1d9 100644 (file)
@@ -38,9 +38,11 @@ void HeaderListItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem
 {
     qDebug() << __PRETTY_FUNCTION__;
 
+    const QColor BLUE_COLOR(122, 185, 222);
+
     QString text = index.data(Qt::DisplayRole).toString();
 
-    painter->setPen(Qt::white);
+    painter->setPen(BLUE_COLOR);
     painter->setFont(NOKIA_FONT_NORMAL);
 
     painter->drawText(option.rect, Qt::AlignCenter, text);