From ac2271b9d73ad3c83777466269356cf2b3e72b7a Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 27 Jun 2018 00:13:56 +0200 Subject: [PATCH] Fixed build on Qt5i (another part). --- src/lay/lay/laySaltDownloadManager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lay/lay/laySaltDownloadManager.cc b/src/lay/lay/laySaltDownloadManager.cc index 868902b2d..529880cf2 100644 --- a/src/lay/lay/laySaltDownloadManager.cc +++ b/src/lay/lay/laySaltDownloadManager.cc @@ -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")); }