QskLayout::isEmpty fixed
This commit is contained in:
parent
bc7562234d
commit
646e670ee4
@ -70,7 +70,7 @@ class QSK_EXPORT QskLayout : public QskControl
|
||||
|
||||
inline bool QskLayout::isEmpty() const
|
||||
{
|
||||
return itemCount() > 0;
|
||||
return itemCount() <= 0;
|
||||
}
|
||||
|
||||
inline void QskLayout::removeItem( const QQuickItem* item )
|
||||
|
Loading…
x
Reference in New Issue
Block a user