1#ifndef THEADING_UTILS_ADOPTLOCKER_H
2#define THEADING_UTILS_ADOPTLOCKER_H
6QT_FORWARD_DECLARE_CLASS(QMutex)
Like QMutexLocker, but assumes that the mutex has already been locked.
~AdoptLocker()
Unlocks the mutex specified when constructing the instance.
AdoptLocker(Mutex &mutex)
Constructs the locker for the specified mutex.