LockSet:tryAcquireOrBackoff: should take Qutex**, not Qutex*
No idea how this error survived in here for so long.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user