diff options
Diffstat (limited to 'source/QXmppMessage.h')
| -rw-r--r-- | source/QXmppMessage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/QXmppMessage.h b/source/QXmppMessage.h index ed99eb0e..252d2ba1 100644 --- a/source/QXmppMessage.h +++ b/source/QXmppMessage.h @@ -55,7 +55,8 @@ public: QString getThread() const;
void setThread(const QString&);
- QByteArray toXml() const;
+ void toXml(QXmlStreamWriter *writer) const;
+
private:
Type m_type;
|
