From 91c8b7743a9369c826e3b5a84c16e5845d1b4235 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 3 Sep 2012 12:04:29 +0200 Subject: make QXmppExtendedAddress::toXml const --- src/base/QXmppStanza.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/QXmppStanza.cpp') diff --git a/src/base/QXmppStanza.cpp b/src/base/QXmppStanza.cpp index 08cd97f2..b9ec635e 100644 --- a/src/base/QXmppStanza.cpp +++ b/src/base/QXmppStanza.cpp @@ -145,7 +145,7 @@ void QXmppExtendedAddress::parse(const QDomElement &element) d->type = element.attribute("type"); } -void QXmppExtendedAddress::toXml(QXmlStreamWriter *xmlWriter) +void QXmppExtendedAddress::toXml(QXmlStreamWriter *xmlWriter) const { xmlWriter->writeStartElement("address"); if (d->delivered) -- cgit v1.2.3