summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/network/kernel/qauthenticator.cpp2
-rw-r--r--src/network/socket/qabstractsocket.cpp2
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