QMutexLocker: code tidies

Improve the docs for the recently added move operations.

Change-Id: Iae17f5289d30faab4aaaec14a27036f7a03129ab
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Giuseppe D'Angelo 2022-03-16 17:52:17 +01:00
parent a5ee74754d
commit fb7e9bef8d

View File

@ -491,7 +491,7 @@ void QRecursiveMutex::unlock() noexcept
Move-constructs a QMutexLocker from \a other. The mutex and the
state of \a other is transferred to the newly constructed instance.
After the move, \a other will no longer be managing its mutex.
After the move, \a other will no longer be managing any mutex.
\sa QMutex::lock()
*/
@ -504,7 +504,7 @@ void QRecursiveMutex::unlock() noexcept
was holding a locked mutex before the assignment, the mutex will be
unlocked. The mutex and the state of \a other is then transferred
to this QMutexLocker. After the move, \a other will no longer be
managing its mutex.
managing any mutex.
\sa QMutex::lock()
*/