aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppIq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppIq.cpp')
-rw-r--r--src/base/QXmppIq.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/base/QXmppIq.cpp b/src/base/QXmppIq.cpp
index 5cc51791..5b405048 100644
--- a/src/base/QXmppIq.cpp
+++ b/src/base/QXmppIq.cpp
@@ -89,9 +89,12 @@ void QXmppIq::setType(QXmppIq::Type type)
d->type = type;
}
+///
/// Indicates if the QXmppStanza is a stanza in the XMPP sense (i. e. a message,
/// iq or presence)
-
+///
+/// \since QXmpp 1.0
+///
bool QXmppIq::isXmppStanza() const
{
return true;