diff options
Diffstat (limited to 'src/base/QXmppIq.h')
| -rw-r--r-- | src/base/QXmppIq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppIq.h b/src/base/QXmppIq.h index 5cfe11c4..9d75908b 100644 --- a/src/base/QXmppIq.h +++ b/src/base/QXmppIq.h @@ -60,6 +60,8 @@ public: QXmppIq::Type type() const; void setType(QXmppIq::Type); + bool isXmppStanza() const; + /// \cond void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; |
