diff options
Diffstat (limited to 'src/base/QXmppIq.cpp')
| -rw-r--r-- | src/base/QXmppIq.cpp | 5 |
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; |
