diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-12 09:33:20 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-12 09:33:20 +0000 |
| commit | 31907f5fb90a8e8efcf487da948bfdf942324200 (patch) | |
| tree | e7bf351eefe03743bd24846a13eeb3a86db1b373 /src/QXmppStream.h | |
| parent | 60c02dd7d4a9bdc058ed6894383aa0c0b99070e3 (diff) | |
| download | qxmpp-31907f5fb90a8e8efcf487da948bfdf942324200.tar.gz | |
rename "QXmppStream::sendToServer" to "QXmppStream::sendData"
Diffstat (limited to 'src/QXmppStream.h')
| -rw-r--r-- | src/QXmppStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppStream.h b/src/QXmppStream.h index 70fa7cc1..384c7a90 100644 --- a/src/QXmppStream.h +++ b/src/QXmppStream.h @@ -133,6 +133,7 @@ signals: protected: virtual void handleStanza(const QDomElement &element); virtual void handleStream(const QDomElement &element); + bool sendData(const QByteArray&); private slots: void socketHostFound(); @@ -162,7 +163,6 @@ private: void sendAuthDigestMD5ResponseStep2(); void sendBindIQ(); void sendSessionIQ(); - bool sendToServer(const QByteArray&); void flushDataBuffer(); |
