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>bb10
parent
1aba26eeae
commit
97877d7948
|
|
@ -219,7 +219,7 @@ QT_BEGIN_NAMESPACE
|
|||
Attempts to close the socket. If there is pending data waiting to be
|
||||
written, QLocalSocket will enter ClosingState and wait until all data
|
||||
has been written. Eventually, it will enter UnconnectedState and emit
|
||||
the disconnectedFromServer() signal.
|
||||
the disconnected() signal.
|
||||
|
||||
\sa connectToServer()
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue