aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppIq.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-12-10 10:03:42 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-12-10 10:03:42 +0000
commitd083da28479cfd39f77ab37d8ec4260afd19c7fb (patch)
tree929500dd35f7f7fa16c05c4b7e17f19ffaceb062 /src/QXmppIq.cpp
parent11e2742230c8fcb5f642b45ca5d5e050d61382ad (diff)
downloadqxmpp-d083da28479cfd39f77ab37d8ec4260afd19c7fb.tar.gz
improve documentation
Diffstat (limited to 'src/QXmppIq.cpp')
-rw-r--r--src/QXmppIq.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/QXmppIq.cpp b/src/QXmppIq.cpp
index e3725d61..6f4c8203 100644
--- a/src/QXmppIq.cpp
+++ b/src/QXmppIq.cpp
@@ -28,6 +28,10 @@
#include <QDomElement>
#include <QXmlStreamWriter>
+/// Constructs a QXmppIq with the specified \a type.
+///
+/// \param type
+
QXmppIq::QXmppIq(QXmppIq::Type type)
: QXmppStanza(), m_type(type)
{