diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-23 07:40:00 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-23 07:40:00 +0000 |
| commit | ccb60b7970adeb4d11a02d41cecb607e331ef52e (patch) | |
| tree | 27058767c743d3db99dd5dac9361b43b7ad887c9 /src/QXmppOutgoingClient.h | |
| parent | 06c91617c29369ca7dfb0156748b2173f55561ae (diff) | |
| download | qxmpp-ccb60b7970adeb4d11a02d41cecb607e331ef52e.tar.gz | |
add code documentation to stream classes
Diffstat (limited to 'src/QXmppOutgoingClient.h')
| -rw-r--r-- | src/QXmppOutgoingClient.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/QXmppOutgoingClient.h b/src/QXmppOutgoingClient.h index 1e217c28..6bfb14a0 100644 --- a/src/QXmppOutgoingClient.h +++ b/src/QXmppOutgoingClient.h @@ -60,8 +60,8 @@ class QXmppVersionIq; class QXmppOutgoingClientPrivate; -/// \brief The QXmppStream class represents an outgoing client-to-server -/// stream. +/// \brief The QXmppOutgoingClient class represents an outgoing XMPP stream +/// to an XMPP server. /// class QXmppOutgoingClient : public QXmppStream @@ -124,10 +124,12 @@ signals: void jingleIqReceived(const QXmppJingleIq&); protected: + /// \cond // Overridable methods virtual void handleStart(); virtual void handleStanza(const QDomElement &element); virtual void handleStream(const QDomElement &element); + /// \endcond private slots: void socketError(QAbstractSocket::SocketError); |
