diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-04 08:30:57 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-04 08:30:57 +0000 |
| commit | 9664a8c8f049ceaa96a3ce1ac8df2e3a99aa55b8 (patch) | |
| tree | d3135dc620062655e599db6253e532b5d1f18878 /source/QXmppClient.h | |
| parent | 1cc368236b7f9f4840d4dbbf136c54c71b952e44 (diff) | |
| download | qxmpp-9664a8c8f049ceaa96a3ce1ac8df2e3a99aa55b8.tar.gz | |
make QXmppClient::sendPacket return a boolean to know whether a packet was actually sent
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 2a2f831e..40ceba62 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -190,7 +190,7 @@ public: virtual bool handleStreamElement(const QDomElement &element); public slots: - void sendPacket(const QXmppPacket&); + bool sendPacket(const QXmppPacket&); void sendMessage(const QString& bareJid, const QString& message); void setClientPresence(const QXmppPresence&); |
