summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@nokia.com>2012-07-23 13:58:57 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-23 22:02:18 +0200
commitd38fb0b535f3144dee4aa33c321e88d07f01add6 (patch)
tree36ee827f488f8e81413c35e6e216c1c8e1ff99f6 /src/xml
parent300e15f68826a975b28fa3dca34d691155cc70e1 (diff)
Correct QDomDocument documentation re deletion of internal objects.
Task-number: QTBUG-25641 Change-Id: If1f46757d2d1e678e4b9e939da89a497da71dccf Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/dom/qdom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp
index 4518db11c7..7d8b7f92a1 100644
--- a/src/xml/dom/qdom.cpp
+++ b/src/xml/dom/qdom.cpp
@@ -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