mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
fix deprecation warning
This commit is contained in:
parent
f11c1613bd
commit
3c93509471
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue