update to Qt 6.8.3

This commit is contained in:
kleuter
2025-04-21 18:20:29 +02:00
parent a1fc369ce9
commit 7cd5e9532e
8 changed files with 17 additions and 8 deletions

View File

@ -651,7 +651,7 @@ void QBasicMutex::lockInternal() QT_MUTEX_LOCK_NOEXCEPT
}
Q_ASSERT(d_ptr.loadRelaxed());
} else {
lockInternal(-1);
lockInternal(QDeadlineTimer::Forever);
}
}