From 175fb8b883af4edfcfb4ff3dd2c1fb29dfdf3ceb Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 21 Jul 2012 18:34:27 +0200 Subject: doc fixes --- src/server/QXmppOutgoingServer.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/server/QXmppOutgoingServer.cpp') diff --git a/src/server/QXmppOutgoingServer.cpp b/src/server/QXmppOutgoingServer.cpp index 1cf5b965..75d9c889 100644 --- a/src/server/QXmppOutgoingServer.cpp +++ b/src/server/QXmppOutgoingServer.cpp @@ -134,6 +134,8 @@ void QXmppOutgoingServer::_q_dnsLookupFinished() socket()->connectToHost(host, port); } +/// \cond + void QXmppOutgoingServer::handleStart() { QXmppStream::handleStart(); @@ -233,6 +235,7 @@ void QXmppOutgoingServer::handleStanza(const QDomElement &stanza) } } +/// \endcond /// Returns true if the socket is connected and authentication succeeded. /// -- cgit v1.2.3