From 47db21965d81857c51ba45d402bbdda3748e8aac Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 24 May 2023 08:34:18 +0200 Subject: [PATCH] Examples: Do not add the same category twice Amends 1371cd107a2dab2a29e3e10e9bb823a9ff04a3a9 Task-number: QTCREATORBUG-29197 Change-Id: I0dd4a08a597c237fd09f788cafb79af755953d0d Reviewed-by: Edward Welbourne Reviewed-by: Jani Heikkinen --- .../streambookmarks/doc/src/qxmlstreambookmarks.qdoc | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/corelib/serialization/streambookmarks/doc/src/qxmlstreambookmarks.qdoc b/examples/corelib/serialization/streambookmarks/doc/src/qxmlstreambookmarks.qdoc index 69c9b77f573..a1498f0ff53 100644 --- a/examples/corelib/serialization/streambookmarks/doc/src/qxmlstreambookmarks.qdoc +++ b/examples/corelib/serialization/streambookmarks/doc/src/qxmlstreambookmarks.qdoc @@ -6,7 +6,6 @@ \examplecategory {Input/Output} \meta tag {network} \title QXmlStream Bookmarks Example - \examplecategory {Input/Output} \brief Demonstrates how to read and write to XBEL files. \ingroup xml-examples