mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-05 16:55:25 +08:00
qt 6.6.0 clean
This commit is contained in:
@ -459,7 +459,7 @@ public:
|
||||
protected:
|
||||
void run() override
|
||||
{
|
||||
sleep(2);
|
||||
sleep(std::chrono::seconds{2});
|
||||
|
||||
QTcpSocket socket;
|
||||
socket.connectToHost(host, port);
|
||||
|
Reference in New Issue
Block a user