diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-09-29 10:16:20 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-09-29 10:16:20 +0000 |
| commit | 16aa316b717bd3c9ea05f32c2833015c1831b758 (patch) | |
| tree | 2e59e01bcee3a64349c09a50932fccc3868d680a /src/QXmppStream.h | |
| parent | 82ae99430647a9af638c7b19bddcf822115ff010 (diff) | |
| download | qxmpp-16aa316b717bd3c9ea05f32c2833015c1831b758.tar.gz | |
get rid of unused QXmppStream::sendElement
Diffstat (limited to 'src/QXmppStream.h')
| -rw-r--r-- | src/QXmppStream.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/QXmppStream.h b/src/QXmppStream.h index 2f31835a..4e664172 100644 --- a/src/QXmppStream.h +++ b/src/QXmppStream.h @@ -50,7 +50,6 @@ public: virtual void disconnectFromHost(); virtual bool sendData(const QByteArray&); - bool sendElement(const QDomElement&); bool sendPacket(const QXmppPacket&); signals: |
