making the code more readable

This commit is contained in:
Uwe Rathmann 2019-07-04 14:22:55 +02:00
parent 42388cb267
commit 6fb347eef9

View File

@ -165,7 +165,7 @@ QSGNode* QskPageIndicatorSkinlet::updateBulletsNode(
while ( bulletNode->nextSibling() != nullptr )
{
auto sibling = bulletNode->nextSibling();
node->removeChildNode( bulletNode->nextSibling() );
node->removeChildNode( sibling );
delete sibling;
}