aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/QXmppIq.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/QXmppIq.cpp b/src/QXmppIq.cpp
index 6f4c8203..24219da7 100644
--- a/src/QXmppIq.cpp
+++ b/src/QXmppIq.cpp
@@ -40,6 +40,7 @@ QXmppIq::QXmppIq(QXmppIq::Type type)
/// Returns the IQ's type.
///
+/// \return QXmppIq::Type
QXmppIq::Type QXmppIq::type() const
{
@@ -48,7 +49,7 @@ QXmppIq::Type QXmppIq::type() const
/// Sets the IQ's type.
///
-/// \param type
+/// \param type as QXmppIq::Type
void QXmppIq::setType(QXmppIq::Type type)
{