diff options
Diffstat (limited to 'source/QXmppRosterIq.cpp')
| -rw-r--r-- | source/QXmppRosterIq.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/QXmppRosterIq.cpp b/source/QXmppRosterIq.cpp index d6105bdb..204a4ada 100644 --- a/source/QXmppRosterIq.cpp +++ b/source/QXmppRosterIq.cpp @@ -44,11 +44,8 @@ bool QXmppRosterIq::isRosterIq(const QDomElement &element) return (element.firstChildElement("query").namespaceURI() == ns_roster); } -void QXmppRosterIq::parse(const QDomElement &element) +void QXmppRosterIq::parseElementFromChild(const QDomElement &element) { - QXmppStanza::parse(element); - setTypeFromStr(element.attribute("type")); - QDomElement itemElement = element. firstChildElement("query"). firstChildElement("item"); |
