remove assertions
This commit is contained in:
parent
ed842d07d4
commit
f0c7e3690a
|
@ -126,8 +126,7 @@ void QskListViewSkinlet::updateBackgroundNode( const QskListView* listView, QSGN
|
|||
boxNode = updateBoxNode( listView, boxNode, boxRect, subControl );
|
||||
|
||||
if ( boxNode && prepend )
|
||||
{
|
||||
Q_ASSERT(boxNode);
|
||||
{
|
||||
rowNode->prependChildNode( boxNode );
|
||||
}
|
||||
}
|
||||
|
@ -144,7 +143,6 @@ void QskListViewSkinlet::updateBackgroundNode( const QskListView* listView, QSGN
|
|||
|
||||
if ( boxNode && prepend )
|
||||
{
|
||||
Q_ASSERT(boxNode);
|
||||
rowNode->prependChildNode( boxNode );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue