From 8e2933f140d0969341b2b927f49a4c8606027fcf Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Fri, 25 Sep 2020 11:28:28 +0200 Subject: [PATCH] Fix qdoc warning from documentation of internal API QXmlString is an internal class, so qdoc cannot tie the member function documentation to anything. Since "swap" is rather self-explanatory anyway, we can just remove the (somewhat oddly placed) documentation. Change-Id: I3d47219a628ba3d3e5ecd0c825eeff71908d07e9 Reviewed-by: Paul Wicking --- src/corelib/serialization/qxmlstream.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/corelib/serialization/qxmlstream.cpp b/src/corelib/serialization/qxmlstream.cpp index 3aa868e3689..f70286ee291 100644 --- a/src/corelib/serialization/qxmlstream.cpp +++ b/src/corelib/serialization/qxmlstream.cpp @@ -2530,13 +2530,6 @@ QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration() { } -/*! \fn QXmlString::swap(QXmlString &other) - \since 6.0 - - Swaps this string reference's contents with \a other. - This function is very fast and never fails. -*/ - /*! \fn QStringView QXmlStreamEntityDeclaration::name() const Returns the entity name.