Correct QDomDocument documentation re deletion of internal objects.
Task-number: QTBUG-25641 Change-Id: If1f46757d2d1e678e4b9e939da89a497da71dccf Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
parent
300e15f688
commit
d38fb0b535
@ -6530,7 +6530,7 @@ void QDomDocumentPrivate::saveDocument(QTextStream& s, const int indent, QDomNod
|
||||
can be accessed using the various QDom classes. All QDom classes
|
||||
only \e reference objects in the internal tree. The internal
|
||||
objects in the DOM tree will get deleted once the last QDom
|
||||
object referencing them and the QDomDocument itself are deleted.
|
||||
object referencing them or the QDomDocument itself is deleted.
|
||||
|
||||
Creation of elements, text nodes, etc. is done using the various
|
||||
factory functions provided in this class. Using the default
|
||||
|
Loading…
Reference in New Issue
Block a user