diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-23 09:40:32 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-23 09:40:32 +0000 |
| commit | 94bb4b3e8975371ca97a49ef4ff99d3c1da28cdb (patch) | |
| tree | f1b8a7d59b41c71640f251f2446e08873653fe76 /src/QXmppArchiveIq.h | |
| parent | 081175e7d57557a0e233beb9cafec2fc89a917db (diff) | |
| download | qxmpp-94bb4b3e8975371ca97a49ef4ff99d3c1da28cdb.tar.gz | |
implement serialisation of QXmppArchiveChatIq
Diffstat (limited to 'src/QXmppArchiveIq.h')
| -rw-r--r-- | src/QXmppArchiveIq.h | 1 |
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; |
