mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinQt: resolve Qt5.15 deprecations
This commit is contained in:
@ -120,7 +120,7 @@ QLayoutItem* FlowLayout::takeAt(int index)
|
||||
|
||||
Qt::Orientations FlowLayout::expandingDirections() const
|
||||
{
|
||||
return 0;
|
||||
return {};
|
||||
}
|
||||
|
||||
bool FlowLayout::hasHeightForWidth() const
|
||||
|
Reference in New Issue
Block a user