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:
parent
d1f74b8ddf
commit
cf79da9933
@ -125,7 +125,7 @@ static QByteArray qNtlmPhase3_SSPI(QAuthenticatorPrivate *ctx, const QByteArray&
|
|||||||
\section2 NTLM version 2
|
\section2 NTLM version 2
|
||||||
|
|
||||||
The NTLM authentication mechanism currently supports no incoming or outgoing options.
|
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.
|
local system to enable Single-Sign-On functionality.
|
||||||
|
|
||||||
\section2 Digest-MD5
|
\section2 Digest-MD5
|
||||||
|
@ -1424,7 +1424,7 @@ QAbstractSocket::PauseModes QAbstractSocket::pauseMode() const
|
|||||||
/*!
|
/*!
|
||||||
\since 5.0
|
\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
|
specifies the conditions in which the socket should be paused. The only notification
|
||||||
currently supported is QSslSocket::sslErrors(). If set to PauseOnSslErrors,
|
currently supported is QSslSocket::sslErrors(). If set to PauseOnSslErrors,
|
||||||
data transfer on the socket will be paused and needs to be enabled explicitly
|
data transfer on the socket will be paused and needs to be enabled explicitly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user