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:
@ -372,7 +372,7 @@ public:
|
||||
{ }
|
||||
|
||||
static inline void sleep(ulong s)
|
||||
{ QThread::sleep(s); }
|
||||
{ QThread::sleep(std::chrono::seconds{s}); }
|
||||
|
||||
void run() override
|
||||
{
|
||||
@ -404,7 +404,7 @@ public:
|
||||
{ }
|
||||
|
||||
static inline void sleep(ulong s)
|
||||
{ QThread::sleep(s); }
|
||||
{ QThread::sleep(std::chrono::seconds{s}); }
|
||||
|
||||
void run() override
|
||||
{
|
||||
|
Reference in New Issue
Block a user