diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-04 08:43:53 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-04 08:43:53 +0000 |
| commit | bb95ebd0e305071ccea30e356844042402bcd76b (patch) | |
| tree | 8290d542d1c53c81828a3f8a5d45cf387a4c72d7 /source/QXmppByteStreamIq.h | |
| parent | f3c8579fd664461f529d2fe4713093596ba9ff97 (diff) | |
| download | qxmpp-bb95ebd0e305071ccea30e356844042402bcd76b.tar.gz | |
regroup common stanza parsing inside QXmppStanza::parse()
Diffstat (limited to 'source/QXmppByteStreamIq.h')
| -rw-r--r-- | source/QXmppByteStreamIq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/QXmppByteStreamIq.h b/source/QXmppByteStreamIq.h index 9f3390e0..b9ee67da 100644 --- a/source/QXmppByteStreamIq.h +++ b/source/QXmppByteStreamIq.h @@ -77,9 +77,9 @@ public: QString streamHostUsed() const; void setStreamHostUsed(const QString &jid); - void parse(QDomElement &element); + static bool isByteStreamIq(const QDomElement &element); + void parse(const QDomElement &element); void toXmlElementFromChild(QXmlStreamWriter *writer) const; - static bool isByteStreamIq(QDomElement &element); private: Mode m_mode; |
