Fix doc errors.

Change-Id: I9974d870c081620217582fcb6f8b146d208a471c
Reviewed-by: Peter Hartmann <phartmann@rim.com>
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
This commit is contained in:
Frederik Gladhorn 2012-09-20 13:03:15 +02:00 committed by The Qt Project
parent d1f74b8ddf
commit cf79da9933
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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