QLocalSocket: fix signal name in docs
It should be disconnected() instead of disconnectedFromServer(). Pick-to: 6.0 6.1 Change-Id: I2b816e9c92d675ea5a7a26b4752e831c30950ef2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
This commit is contained in:
parent
1aba26eeae
commit
97877d7948
@ -219,7 +219,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
Attempts to close the socket. If there is pending data waiting to be
|
Attempts to close the socket. If there is pending data waiting to be
|
||||||
written, QLocalSocket will enter ClosingState and wait until all data
|
written, QLocalSocket will enter ClosingState and wait until all data
|
||||||
has been written. Eventually, it will enter UnconnectedState and emit
|
has been written. Eventually, it will enter UnconnectedState and emit
|
||||||
the disconnectedFromServer() signal.
|
the disconnected() signal.
|
||||||
|
|
||||||
\sa connectToServer()
|
\sa connectToServer()
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user