aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppElement.h
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2021-04-02 16:18:50 +0200
committerLinus Jahn <lnj@kaidan.im>2021-04-06 15:47:48 +0200
commitfae960ca44ae481c90ae0078604187030dc2396f (patch)
treece851c826a45d70e516aecc8a9b20978765167ea /src/base/QXmppElement.h
parent222ab4071d3427f8568ca171fdc9f2f08b0dd722 (diff)
downloadqxmpp-fae960ca44ae481c90ae0078604187030dc2396f.tar.gz
Document QXmppElement
Diffstat (limited to 'src/base/QXmppElement.h')
-rw-r--r--src/base/QXmppElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/base/QXmppElement.h b/src/base/QXmppElement.h
index 0b6c9c7f..8492eeb6 100644
--- a/src/base/QXmppElement.h
+++ b/src/base/QXmppElement.h
@@ -36,9 +36,6 @@ class QXmppElementPrivate;
using QXmppElementList = QList<QXmppElement>;
-///
-/// \brief QXmppElement represents a raw XML element with possible children.
-///
class QXMPP_EXPORT QXmppElement
{
public: