diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 18:34:27 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 18:34:27 +0200 |
| commit | 175fb8b883af4edfcfb4ff3dd2c1fb29dfdf3ceb (patch) | |
| tree | bcb07029ee5318c3413dd9a5b02710591ae90d63 /src/server/QXmppOutgoingServer.cpp | |
| parent | 255c1aabcd8d4e881f06ac55eadfc20274936df0 (diff) | |
doc fixes
Diffstat (limited to 'src/server/QXmppOutgoingServer.cpp')
| -rw-r--r-- | src/server/QXmppOutgoingServer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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. /// |
