From 9652711a0781a652fbf2319b0c59121c381bf016 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 27 Aug 2018 14:11:39 +0200 Subject: 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 --- src/xml/dom/qdom.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/xml') 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 -- cgit v1.2.3