mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
Merge branch 'master' of https://gitee.com/drabel/LibQQt
This commit is contained in:
commit
61d6b03ffc
0
src/linux_cd_path.sh
Normal file → Executable file
0
src/linux_cd_path.sh
Normal file → Executable file
0
src/linux_cp_files.sh
Normal file → Executable file
0
src/linux_cp_files.sh
Normal file → Executable file
0
src/linux_cur_path.sh
Normal file → Executable file
0
src/linux_cur_path.sh
Normal file → Executable file
@ -109,7 +109,8 @@ int QQtTcpClient::sendDisConnectFromHost()
|
||||
shutdown ( this->socketDescriptor(), SHUT_RDWR );
|
||||
#endif
|
||||
disconnectFromHost();
|
||||
waitForDisconnected();
|
||||
if ( state() != UnconnectedState )
|
||||
waitForDisconnected();
|
||||
close();
|
||||
emit signalDisConnectSucc();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user