aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/profile_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/models/profile_model.cpp')
-rw-r--r--ui/qt/models/profile_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/models/profile_model.cpp b/ui/qt/models/profile_model.cpp
index ae6284d0b8..68079b1b00 100644
--- a/ui/qt/models/profile_model.cpp
+++ b/ui/qt/models/profile_model.cpp
@@ -582,7 +582,7 @@ QVariant ProfileModel::data(const QModelIndex &index, int role) const
return dataDisplay(index);
case Qt::FontRole:
return dataFontRole(index);
- case Qt::BackgroundColorRole:
+ case Qt::BackgroundRole:
return dataBackgroundRole(index);
case Qt::ToolTipRole:
return dataToolTipRole(index);