From a1f7fb73c273ea858a9eb81bdb48874bfcdf9858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Fri, 23 Dec 2022 10:23:24 +0100 Subject: [PATCH] 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 --- src/xml/dom/qdom.cpp | 1 + 1 file changed, 1 insertion(+) 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