I am working with Qt5.

I do not see constructor for QTextList in documentation.
Is there a reason for this?
Can I create QTextList without parent with the new statement and then add QTextBlock-s to it. I wish to prevent destroying of list by parent Document when last block is removed.