aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppByteStreamIq.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppByteStreamIq.h')
-rw-r--r--source/QXmppByteStreamIq.h4
1 files changed, 3 insertions, 1 deletions
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: