From cf79da9933513454501be55210937cba36b5a29d Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 20 Sep 2012 13:03:15 +0200 Subject: Fix doc errors. Change-Id: I9974d870c081620217582fcb6f8b146d208a471c Reviewed-by: Peter Hartmann Reviewed-by: Qt Doc Bot --- src/network/kernel/qauthenticator.cpp | 2 +- src/network/socket/qabstractsocket.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/kernel/qauthenticator.cpp b/src/network/kernel/qauthenticator.cpp index b66e11b272..3da88e3fca 100644 --- a/src/network/kernel/qauthenticator.cpp +++ b/src/network/kernel/qauthenticator.cpp @@ -125,7 +125,7 @@ static QByteArray qNtlmPhase3_SSPI(QAuthenticatorPrivate *ctx, const QByteArray& \section2 NTLM version 2 The NTLM authentication mechanism currently supports no incoming or outgoing options. - On Windows, if no \a user has been set, domain\user credentials will be searched for on the + On Windows, if no \a user has been set, domain\\user credentials will be searched for on the local system to enable Single-Sign-On functionality. \section2 Digest-MD5 diff --git a/src/network/socket/qabstractsocket.cpp b/src/network/socket/qabstractsocket.cpp index c06ce9cddd..73b9b27a01 100644 --- a/src/network/socket/qabstractsocket.cpp +++ b/src/network/socket/qabstractsocket.cpp @@ -1424,7 +1424,7 @@ QAbstractSocket::PauseModes QAbstractSocket::pauseMode() const /*! \since 5.0 - Controls whether to pause upon receiving a notification. The \pauseMode parameter + Controls whether to pause upon receiving a notification. The \a pauseMode parameter specifies the conditions in which the socket should be paused. The only notification currently supported is QSslSocket::sslErrors(). If set to PauseOnSslErrors, data transfer on the socket will be paused and needs to be enabled explicitly -- cgit v1.2.3