From 8a07e9025a1865bcdcaa652665dbc97deac1ec16 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 8 Jul 2010 13:08:33 +0000 Subject: use parseElementFromChild in all IQ classes --- source/QXmppByteStreamIq.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/QXmppByteStreamIq.h') diff --git a/source/QXmppByteStreamIq.h b/source/QXmppByteStreamIq.h index b9ee67da..ae178d82 100644 --- a/source/QXmppByteStreamIq.h +++ b/source/QXmppByteStreamIq.h @@ -78,7 +78,9 @@ public: void setStreamHostUsed(const QString &jid); static bool isByteStreamIq(const QDomElement &element); - void parse(const QDomElement &element); + +protected: + void parseElementFromChild(const QDomElement &element); void toXmlElementFromChild(QXmlStreamWriter *writer) const; private: -- cgit v1.2.3