mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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