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:
parent
900ce73b6f
commit
9652711a07
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user