aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/base/QXmppArchiveIq.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/QXmppArchiveIq.cpp b/src/base/QXmppArchiveIq.cpp
index 713b4c4d..bdd0530e 100644
--- a/src/base/QXmppArchiveIq.cpp
+++ b/src/base/QXmppArchiveIq.cpp
@@ -559,8 +559,8 @@ void QXmppArchiveRetrieveIq::parseElementFromChild(const QDomElement &element)
m_with = retrieveElement.attribute("with");
m_start = QXmppUtils::datetimeFromString(retrieveElement.attribute("start"));
- m_rsmQuery.parse(element);
- m_rsmReply.parse(element);
+ m_rsmQuery.parse(retrieveElement);
+ m_rsmReply.parse(retrieveElement);
}
void QXmppArchiveRetrieveIq::toXmlElementFromChild(QXmlStreamWriter *writer) const