hewei.it 4 anni fa
parent
commit
2b4723ff84
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      examples/qt/client/TcpClientPage.cpp

+ 0 - 3
examples/qt/client/TcpClientPage.cpp

@@ -126,9 +126,6 @@ bool TcpClientPage::connect(int port, const char *host)
 
 void TcpClientPage::close()
 {
-    if (client) {
-        client->stop(true);
-    }
     SAFE_DELETE(client);
 }