Doc: Fix links to QDomDocument::setContent()

Mark the deprecated signature as overload. Otherwise qdoc
does not know which method to link to in case of \l setContent().

Pick-to: 6.5
Change-Id: I48a4cee39cd870c960decf0bc1bb9b6dffcbbd70
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Kai Köhne 2022-12-23 10:23:24 +01:00
parent 2bd610ed12
commit a1f7fb73c2

View File

@ -6104,6 +6104,7 @@ bool QDomDocument::setContent(const QString& text, bool namespaceProcessing,
/*!
\deprecated [6.8] Use the overload taking ParseOptions instead.
\overload
This function parses the XML document from the byte array \a
data and sets it as the content of the document. It tries to