aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppArchiveIq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppArchiveIq.cpp')
-rw-r--r--src/base/QXmppArchiveIq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppArchiveIq.cpp b/src/base/QXmppArchiveIq.cpp
index 92fc5ef9..592f788c 100644
--- a/src/base/QXmppArchiveIq.cpp
+++ b/src/base/QXmppArchiveIq.cpp
@@ -239,7 +239,7 @@ bool QXmppArchiveChatIq::isArchiveChatIq(const QDomElement &element)
{
QDomElement chatElement = element.firstChildElement(QStringLiteral("chat"));
return !chatElement.attribute(QStringLiteral("with")).isEmpty();
- //return (chatElement.namespaceURI() == ns_archive);
+ // return (chatElement.namespaceURI() == ns_archive);
}
void QXmppArchiveChatIq::parseElementFromChild(const QDomElement &element)