diff options
| author | Kai Köhne <[email protected]> | 2022-12-23 10:23:24 +0100 |
|---|---|---|
| committer | Kai Köhne <[email protected]> | 2023-05-05 10:55:27 +0100 |
| commit | a1f7fb73c273ea858a9eb81bdb48874bfcdf9858 (patch) | |
| tree | 8dda98ce129ba81e4e4602d7a234950ad711caf8 /src/xml/dom/qdom.cpp | |
| parent | 2bd610ed1297be565309aec54067d65dfe868e71 (diff) | |
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 <[email protected]>
Diffstat (limited to 'src/xml/dom/qdom.cpp')
| -rw-r--r-- | src/xml/dom/qdom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp index 4581c7dea89..d63526ad014 100644 --- a/src/xml/dom/qdom.cpp +++ b/src/xml/dom/qdom.cpp @@ -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 |
