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/QXmppIncomingClient.h | |
| parent | 06c91617c29369ca7dfb0156748b2173f55561ae (diff) | |
| download | qxmpp-ccb60b7970adeb4d11a02d41cecb607e331ef52e.tar.gz | |
add code documentation to stream classes
Diffstat (limited to 'src/QXmppIncomingClient.h')
| -rw-r--r-- | src/QXmppIncomingClient.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/QXmppIncomingClient.h b/src/QXmppIncomingClient.h index ca8af0e4..65acf842 100644 --- a/src/QXmppIncomingClient.h +++ b/src/QXmppIncomingClient.h @@ -28,7 +28,7 @@ class QXmppIncomingClientPrivate; -/// Interface for password checkers. +/// \brief Interface for password checkers. /// class QXmppPasswordChecker @@ -41,7 +41,7 @@ public: virtual bool get(const QString &username, QString &password) = 0; }; -/// The QXmppIncomingClient class represents an incoming XMPP stream +/// \brief The QXmppIncomingClient class represents an incoming XMPP stream /// from an XMPP client. /// @@ -59,8 +59,10 @@ public: void setPasswordChecker(QXmppPasswordChecker *checker); protected: + /// \cond void handleStream(const QDomElement &element); void handleStanza(const QDomElement &element); + /// \endcond private slots: void slotTimeout(); |
