rong return statement removed

This commit is contained in:
Uwe Rathmann 2022-03-24 07:59:28 +01:00
parent 24e8c28d9e
commit 63a9eb1a6a

View File

@ -83,7 +83,7 @@ void QskIndexedLayoutBox::itemChange(
} }
} }
return Inherited::itemChange( change, value ); Inherited::itemChange( change, value );
} }
void QskIndexedLayoutBox::reparentItem( QQuickItem* item ) void QskIndexedLayoutBox::reparentItem( QQuickItem* item )