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