hewei.it пре 4 година
родитељ
комит
2b4723ff84
1 измењених фајлова са 0 додато и 3 уклоњено
  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);
 }