diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-07 11:00:42 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-07 11:00:42 +0000 |
| commit | 68b8fe4dfe76e7873b9ec65fbe4fda3df92f8a34 (patch) | |
| tree | 3d5d813c2d458232e818bb7bd7b290e79f2bde80 | |
| parent | f088c46ae7e17b52e42786033d9b6ac08c82ca47 (diff) | |
| download | qxmpp-68b8fe4dfe76e7873b9ec65fbe4fda3df92f8a34.tar.gz | |
add a description for QXmppDataForm
| -rw-r--r-- | source/QXmppDataForm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/QXmppDataForm.h b/source/QXmppDataForm.h index c33520eb..38f0c206 100644 --- a/source/QXmppDataForm.h +++ b/source/QXmppDataForm.h @@ -31,6 +31,10 @@ class QDomElement; +/// \brief The QXmppDataForm class represents a data form as defined by +/// XEP-0004: Data Forms. +/// + class QXmppDataForm { public: |
