mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12: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 flow_layout::minimumSize() const
|
||||||
{
|
{
|
||||||
QSize size;
|
QSize size;
|
||||||
for (const QLayoutItem* item : qAsConst(itemList))
|
for (const QLayoutItem* item : itemList)
|
||||||
{
|
{
|
||||||
if (item)
|
if (item)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue