LockSet:tryAcquireOrBackoff: should take Qutex**, not Qutex*

No idea how this error survived in here for so long.
This commit is contained in:
2025-09-30 02:53:54 -04:00
parent cb8b13d0cd
commit 08122c086c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ public:
* @return true if all locks were acquired, false otherwise
*/
bool tryAcquireOrBackOff(
LockerAndInvokerBase &lockvoker, Qutex *firstFailedQutex = nullptr);
LockerAndInvokerBase &lockvoker, Qutex **firstFailedQutex = nullptr);
void unregisterFromQutexQueues();
// @brief Release all locks