mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
DolphinQt: resolve Qt5.15 deprecations
This commit is contained in:
parent
c629af6319
commit
89b6a4cbee
7 changed files with 15 additions and 14 deletions
|
@ -156,7 +156,7 @@ void MemoryViewWidget::Update()
|
|||
}
|
||||
else
|
||||
{
|
||||
hex_item->setFlags(0);
|
||||
hex_item->setFlags({});
|
||||
hex_item->setText(QStringLiteral("-"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue