summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-25 11:28:28 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-30 07:56:43 +0200
commit8e2933f140d0969341b2b927f49a4c8606027fcf (patch)
tree3ee8dac1745161896e175a801317270fd247ca5f /src
parentb376f8b9eb453379cc272282d2dbbe3f18827c60 (diff)
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 <paul.wicking@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/serialization/qxmlstream.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/corelib/serialization/qxmlstream.cpp b/src/corelib/serialization/qxmlstream.cpp
index 3aa868e368..f70286ee29 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.