UI: Rename deprecated QPalette::ColorRole

This commit is contained in:
jpark37 2019-12-01 09:01:03 -08:00
parent c8ab8aec4a
commit 975513679b

View File

@ -192,7 +192,7 @@ void RemuxEntryPathItemDelegate::paint(QPainter *painter,
if (state != Ready) {
QColor background = localOption.palette.color(
QPalette::ColorGroup::Disabled,
QPalette::ColorRole::Background);
QPalette::ColorRole::Window);
localOption.backgroundBrush = QBrush(background);
}