mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
|
@ -120,7 +120,7 @@ QLayoutItem* FlowLayout::takeAt(int index)
|
|||
|
||||
Qt::Orientations FlowLayout::expandingDirections() const
|
||||
{
|
||||
return 0;
|
||||
return {};
|
||||
}
|
||||
|
||||
bool FlowLayout::hasHeightForWidth() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue