From 4382a8afdb899e59ea8bff5caec7d70d4c64bcc6 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 12 Feb 2010 10:00:56 +0000 Subject: * make it possible to test QXmppElement for nullity * when parsing a QXmppElement, pick up the namespace --- source/QXmppElement.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/QXmppElement.h') 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: -- cgit v1.2.3