mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-07 01:35:25 +08:00
qt 6.6.0 clean
This commit is contained in:
@ -751,7 +751,7 @@ public:
|
||||
cache.remove(url);
|
||||
if (QRandomGenerator::global()->bounded(5) == 1)
|
||||
cache.clear();
|
||||
sleep(0);
|
||||
sleep(std::chrono::seconds{0});
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -8140,7 +8140,7 @@ class Qtbug25280Server : public MiniHttpServer
|
||||
public:
|
||||
Qtbug25280Server(QByteArray qba) : MiniHttpServer(qba, false) {}
|
||||
QSet<QTcpSocket*> receivedSockets;
|
||||
virtual void reply()
|
||||
void reply() override
|
||||
{
|
||||
// Save sockets in a list
|
||||
receivedSockets.insert((QTcpSocket*)sender());
|
||||
|
Reference in New Issue
Block a user