summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-08-27 14:11:39 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2018-08-27 13:49:40 +0000
commit9652711a0781a652fbf2319b0c59121c381bf016 (patch)
treea4b4a800a033598fda4e6be3c5172bae24aafbf4 /src/xml
parent900ce73b6f8db99faa37fb9eceaba3243c08d136 (diff)
Doc: Remove non-reentrant from QDomDocument::setContent
Following QTBUG-40015, QDomDocument::setContent is reentrant. This change updates the documentation accordingly. Fixes: QTBUG-69920 Change-Id: Id09e3541156f52d1a976afd02b410c263d3b3352 Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/dom/qdom.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp
index 17f87804e9..91796106a2 100644
--- a/src/xml/dom/qdom.cpp
+++ b/src/xml/dom/qdom.cpp
@@ -6666,8 +6666,6 @@ bool QDomDocument::setContent(const QString& text, bool namespaceProcessing, QSt
}
/*!
- \nonreentrant
-
This function parses the XML document from the byte array \a
data and sets it as the content of the document. It tries to
detect the encoding of the document as required by the XML