diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-16 22:46:54 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-16 22:46:54 +0000 |
| commit | 573491206b0bdb4ee2360d8c41b0da6a4bdb26b3 (patch) | |
| tree | 7cf4c8c8ee76f6d7dcae9fac965d2832bb02970d /source/QXmppJingleIq.h | |
| parent | 61795d98e536139e36e13babe3343c096a94dd73 (diff) | |
| download | qxmpp-573491206b0bdb4ee2360d8c41b0da6a4bdb26b3.tar.gz | |
make it possible to test whether a jingle candidate is null
Diffstat (limited to 'source/QXmppJingleIq.h')
| -rw-r--r-- | source/QXmppJingleIq.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
