Correct QDomDocument documentation re deletion of internal objects.
authorMitch Curtis <mitch.curtis@nokia.com>
Mon, 23 Jul 2012 11:58:57 +0000 (13:58 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Jul 2012 20:02:18 +0000 (22:02 +0200)
Task-number: QTBUG-25641
Change-Id: If1f46757d2d1e678e4b9e939da89a497da71dccf
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/xml/dom/qdom.cpp

index 4518db1..7d8b7f9 100644 (file)
@@ -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