aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRosterIq.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppRosterIq.h')
-rw-r--r--source/QXmppRosterIq.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/QXmppRosterIq.h b/source/QXmppRosterIq.h
index 75cb8b1a..f81ce7c5 100644
--- a/source/QXmppRosterIq.h
+++ b/source/QXmppRosterIq.h
@@ -91,12 +91,14 @@ public:
QList<Item> items() const;
static bool isRosterIq(const QDomElement &element);
- void parse(const QDomElement &element);
- void toXmlElementFromChild(QXmlStreamWriter *writer) const;
// deprecated accessors, use the form without "get" instead
QList<Item> Q_DECL_DEPRECATED getItems() const;
+protected:
+ void parseElementFromChild(const QDomElement &element);
+ void toXmlElementFromChild(QXmlStreamWriter *writer) const;
+
private:
QList<Item> m_items;
};