From d083da28479cfd39f77ab37d8ec4260afd19c7fb Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 10 Dec 2010 10:03:42 +0000 Subject: improve documentation --- src/QXmppIq.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/QXmppIq.cpp') 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 #include +/// Constructs a QXmppIq with the specified \a type. +/// +/// \param type + QXmppIq::QXmppIq(QXmppIq::Type type) : QXmppStanza(), m_type(type) { -- cgit v1.2.3