mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-02 15:26:00 +08:00
qt 6.6.0 clean
This commit is contained in:
@ -815,7 +815,7 @@ public:
|
||||
void run() override {
|
||||
int iter = 60;
|
||||
while (--iter && !cancel.loadRelaxed())
|
||||
QThread::currentThread()->msleep(25);
|
||||
QThread::currentThread()->sleep(std::chrono::milliseconds{25});
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user