making the code more readable
This commit is contained in:
parent
42388cb267
commit
6fb347eef9
@ -165,7 +165,7 @@ QSGNode* QskPageIndicatorSkinlet::updateBulletsNode(
|
|||||||
while ( bulletNode->nextSibling() != nullptr )
|
while ( bulletNode->nextSibling() != nullptr )
|
||||||
{
|
{
|
||||||
auto sibling = bulletNode->nextSibling();
|
auto sibling = bulletNode->nextSibling();
|
||||||
node->removeChildNode( bulletNode->nextSibling() );
|
node->removeChildNode( sibling );
|
||||||
delete sibling;
|
delete sibling;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user