aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppIncomingClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/QXmppIncomingClient.h')
-rw-r--r--src/QXmppIncomingClient.h6
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();