aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppMucIq.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-08 13:24:17 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-08 13:24:17 +0000
commitad6dbbdf512d664a64dd67db81341d6beb16a117 (patch)
treee029ed8abf4abb82588a7c70c4083c03b2c1bf20 /source/QXmppMucIq.h
parent41c8502e6a751afc22122a8854af15a67bebbc50 (diff)
downloadqxmpp-ad6dbbdf512d664a64dd67db81341d6beb16a117.tar.gz
update MUC iqs for new QXmppIq API
Diffstat (limited to 'source/QXmppMucIq.h')
-rw-r--r--source/QXmppMucIq.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/QXmppMucIq.h b/source/QXmppMucIq.h
index 2dd7b7c5..6efa0c22 100644
--- a/source/QXmppMucIq.h
+++ b/source/QXmppMucIq.h
@@ -69,7 +69,9 @@ public:
void setItems(const QList<QXmppMucAdminIq::Item> &items);
static bool isMucAdminIq(const QDomElement &element);
- void parse(const QDomElement &element);
+
+protected:
+ void parseElementFromChild(const QDomElement &element);
void toXmlElementFromChild(QXmlStreamWriter *writer) const;
private:
@@ -91,7 +93,9 @@ public:
void setForm(const QXmppDataForm &form);
static bool isMucOwnerIq(const QDomElement &element);
- void parse(const QDomElement &element);
+
+protected:
+ void parseElementFromChild(const QDomElement &element);
void toXmlElementFromChild(QXmlStreamWriter *writer) const;
private: