mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-13 04:42:30 -05:00
DolphinQt: resolve Qt5.15 deprecations
This commit is contained in:
@@ -156,7 +156,7 @@ void MemoryViewWidget::Update()
|
||||
}
|
||||
else
|
||||
{
|
||||
hex_item->setFlags(0);
|
||||
hex_item->setFlags({});
|
||||
hex_item->setText(QStringLiteral("-"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user