diff options
Diffstat (limited to 'source/QXmppElement.h')
| -rw-r--r-- | source/QXmppElement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/QXmppElement.h b/source/QXmppElement.h index 74f8150c..416487cb 100644 --- a/source/QXmppElement.h +++ b/source/QXmppElement.h @@ -47,6 +47,7 @@ public: QString tagName() const; void setTagName(const QString &type); + bool isNull() const; void toXml(QXmlStreamWriter *writer) const; private: |
