From 975513679bbf7e25004289a033860b8572a10828 Mon Sep 17 00:00:00 2001 From: jpark37 Date: Sun, 1 Dec 2019 09:01:03 -0800 Subject: [PATCH] UI: Rename deprecated QPalette::ColorRole --- UI/window-remux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/window-remux.cpp b/UI/window-remux.cpp index 674cf30ee..6330cbecb 100644 --- a/UI/window-remux.cpp +++ b/UI/window-remux.cpp @@ -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); }