From 573491206b0bdb4ee2360d8c41b0da6a4bdb26b3 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 16 Jul 2010 22:46:54 +0000 Subject: make it possible to test whether a jingle candidate is null --- source/QXmppJingleIq.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/QXmppJingleIq.h') diff --git a/source/QXmppJingleIq.h b/source/QXmppJingleIq.h index a6e49e40..6b377dd8 100644 --- a/source/QXmppJingleIq.h +++ b/source/QXmppJingleIq.h @@ -97,6 +97,8 @@ public: QString type() const; void setType(const QString &type); + bool isNull() const; + void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; -- cgit v1.2.3