diff options
Diffstat (limited to 'source/QXmppPacket.h')
| -rw-r--r-- | source/QXmppPacket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppPacket.h b/source/QXmppPacket.h index f7a7cce4..a3788e20 100644 --- a/source/QXmppPacket.h +++ b/source/QXmppPacket.h @@ -39,7 +39,7 @@ public: QXmppPacket(); virtual ~QXmppPacket(); - QByteArray getXmlReceived() const; + QByteArray xmlReceived() const; virtual void toXml( QXmlStreamWriter *writer ) const = 0; private: |
