color
This commit is contained in:
parent
db4d07afaa
commit
782ec0c57d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ QVariant Feed::data(int column, int role) const {
|
|||
case Qt::ForegroundRole:
|
||||
switch (status()) {
|
||||
case NewMessages:
|
||||
return qApp->palette().color(QPalette::Active, QPalette::BrightText);
|
||||
return QColor(Qt::blue);
|
||||
|
||||
case NetworkError:
|
||||
case ParsingError:
|
||||
|
|
Loading…
Add table
Reference in a new issue