aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppElement.h')
-rw-r--r--src/base/QXmppElement.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/base/QXmppElement.h b/src/base/QXmppElement.h
index 99f58989..ad10c13e 100644
--- a/src/base/QXmppElement.h
+++ b/src/base/QXmppElement.h
@@ -35,6 +35,10 @@ class QXmppElement;
class QXmppElementPrivate;
using QXmppElementList = QList<QXmppElement>;
+
+///
+/// \brief QXmppElement represents a raw XML element with possible children.
+///
class QXMPP_EXPORT QXmppElement
{
public: