summaryrefslogtreecommitdiffstats
path: root/src/network/socket
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/socket')
-rw-r--r--src/network/socket/qlocalserver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/socket/qlocalserver.cpp b/src/network/socket/qlocalserver.cpp
index 5ef2db6b94..72b6d5ec90 100644
--- a/src/network/socket/qlocalserver.cpp
+++ b/src/network/socket/qlocalserver.cpp
@@ -277,10 +277,10 @@ void QLocalServer::incomingConnection(quintptr socketDescriptor)
\note Don't forget to call this member from reimplemented
incomingConnection() if you do not want to break the
Pending Connections mechanism. This function emits the
- pendingConnectionAvailable() signal after the socket has been
+ newConnection() signal after the socket has been
added.
- \sa incomingConnection(), pendingConnectionAvailable()
+ \sa incomingConnection(), newConnection()
\since 6.8
*/
void QLocalServer::addPendingConnection(QLocalSocket *socket)