diff options
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; |
