diff options
Diffstat (limited to 'source/QXmppStanza.h')
| -rw-r--r-- | source/QXmppStanza.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/QXmppStanza.h b/source/QXmppStanza.h index e50607c0..58aedb57 100644 --- a/source/QXmppStanza.h +++ b/source/QXmppStanza.h @@ -28,6 +28,8 @@ #include "QXmppPacket.h"
#include <QString>
+class QXmlStreamWriter;
+
class QXmppStanza : public QXmppPacket
{
public:
@@ -81,7 +83,7 @@ public: QString getText() const;
Condition getCondition() const;
Type getType() const;
- QString toXml() const;
+ void toXml( QXmlStreamWriter *writer ) const;
QString getConditionStr() const;
QString getTypeStr() const;
|
