aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppArchiveIq.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-23 09:40:32 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-23 09:40:32 +0000
commit94bb4b3e8975371ca97a49ef4ff99d3c1da28cdb (patch)
treef1b8a7d59b41c71640f251f2446e08873653fe76 /src/QXmppArchiveIq.h
parent081175e7d57557a0e233beb9cafec2fc89a917db (diff)
downloadqxmpp-94bb4b3e8975371ca97a49ef4ff99d3c1da28cdb.tar.gz
implement serialisation of QXmppArchiveChatIq
Diffstat (limited to 'src/QXmppArchiveIq.h')
-rw-r--r--src/QXmppArchiveIq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/QXmppArchiveIq.h b/src/QXmppArchiveIq.h
index 10f28609..7f51343a 100644
--- a/src/QXmppArchiveIq.h
+++ b/src/QXmppArchiveIq.h
@@ -59,6 +59,7 @@ public:
QString with() const;
void parse(const QDomElement &element);
+ void toXml(QXmlStreamWriter *writer) const;
private:
QList<QXmppArchiveMessage> m_messages;