Fixed build on Qt5i (another part).

This commit is contained in:
Matthias Koefferlein 2018-06-27 00:13:56 +02:00
parent 7ba0138cfc
commit ac2271b9d7
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ ConfirmationDialog::mark_fetching (const std::string &name)
list->scrollToItem (i->second);
for (int c = 0; c < list->columnCount (); ++c) {
i->second->setData (c, Qt::BackgroundColorRole, QColor (224, 244, 244));
i->second->setData (c, Qt::TextColorRole, Qt::blue);
i->second->setData (c, Qt::TextColorRole, QColor (Qt::blue));
}
i->second->setData (1, Qt::DisplayRole, tr ("FETCHING"));
}