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>
This commit is contained in:
Paul Wicking 2018-08-27 14:11:39 +02:00 committed by Frederik Gladhorn
parent 900ce73b6f
commit 9652711a07

View File

@ -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 This function parses the XML document from the byte array \a
data and sets it as the content of the document. It tries to data and sets it as the content of the document. It tries to
detect the encoding of the document as required by the XML detect the encoding of the document as required by the XML