mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-07 01:00:06 +01:00
fix deprecation warning
This commit is contained in:
parent
f11c1613bd
commit
3c93509471
|
|
@ -164,7 +164,7 @@ QSize flow_layout::sizeHint() const
|
|||
QSize flow_layout::minimumSize() const
|
||||
{
|
||||
QSize size;
|
||||
for (const QLayoutItem* item : qAsConst(itemList))
|
||||
for (const QLayoutItem* item : itemList)
|
||||
{
|
||||
if (item)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue