diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-10 10:03:42 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-10 10:03:42 +0000 |
| commit | d083da28479cfd39f77ab37d8ec4260afd19c7fb (patch) | |
| tree | 929500dd35f7f7fa16c05c4b7e17f19ffaceb062 /src/QXmppIq.cpp | |
| parent | 11e2742230c8fcb5f642b45ca5d5e050d61382ad (diff) | |
| download | qxmpp-d083da28479cfd39f77ab37d8ec4260afd19c7fb.tar.gz | |
improve documentation
Diffstat (limited to 'src/QXmppIq.cpp')
| -rw-r--r-- | src/QXmppIq.cpp | 4 |
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) { |
