Fix typo in QLocalServer documentation

Change-Id: Iceababb1e137c2363ee8a75476ecb4f5dba53b28
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Simon Hausmann 2016-03-23 11:04:06 +01:00
parent b7022d782a
commit f75d950bd4

View File

@ -178,7 +178,7 @@ QLocalServer::SocketOptions QLocalServer::socketOptions() const
/*!
Stop listening for incoming connections. Existing connections are not
effected, but any new connections will be refused.
affected, but any new connections will be refused.
\sa isListening(), listen()
*/