未验证 提交 e0cdb996 编写于 作者: J Jim 提交者: GitHub

Merge pull request #2215 from jpark37/qpalette-enum-fix

UI: Rename deprecated QPalette::ColorRole
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册