summaryrefslogtreecommitdiffstats
path: root/src/xml/dom/qdom.cpp
diff options
context:
space:
mode:
authorKai Köhne <[email protected]>2022-12-23 10:23:24 +0100
committerKai Köhne <[email protected]>2023-05-05 10:55:27 +0100
commita1f7fb73c273ea858a9eb81bdb48874bfcdf9858 (patch)
tree8dda98ce129ba81e4e4602d7a234950ad711caf8 /src/xml/dom/qdom.cpp
parent2bd610ed1297be565309aec54067d65dfe868e71 (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.cpp1
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