From bbe8c20ff51866de8e00f9a60e6df76886fbe559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 7 Aug 2023 11:50:09 +0200 Subject: [PATCH] Doc: Remove link to removed example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Example got removed to tesets/manual in 8937169c190246ebc85df242f85b3 Change-Id: Ica1470b6b478f49e318ea51f244c599cd12bf5a3 Reviewed-by: Tor Arne Vestbø (cherry picked from commit f350f69abe5cd4730384f49d57b2753268b3bb66) Reviewed-by: Qt Cherry-pick Bot --- src/xml/dom/qdom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp index a445ef350f5..564a34baee7 100644 --- a/src/xml/dom/qdom.cpp +++ b/src/xml/dom/qdom.cpp @@ -6018,7 +6018,7 @@ void QDomDocumentPrivate::saveDocument(QTextStream& s, const int indent, QDomNod \l{http://www.w3.org/TR/DOM-Level-2-Core/}{Level 2 Core} Specifications. - \sa {DOM Bookmarks Application}, {Simple DOM Model Example} + \sa {DOM Bookmarks Application} */ /*!