DolphinQt: resolve Qt5.15 deprecations

This commit is contained in:
Shawn Hoffman
2020-08-21 18:09:04 -07:00
parent c629af6319
commit 89b6a4cbee
7 changed files with 15 additions and 14 deletions

View File

@ -156,7 +156,7 @@ void MemoryViewWidget::Update()
}
else
{
hex_item->setFlags(0);
hex_item->setFlags({});
hex_item->setText(QStringLiteral("-"));
}
}