#include <TQtLockGuard.h>
Public Member Functions | |
TQtLockGuard (QMutex *mutex) | |
~TQtLockGuard () | |
Private Attributes | |
QMutex * | fMutex |
Definition at line 31 of file TQtLockGuard.h.
TQtLockGuard::TQtLockGuard | ( | QMutex * | mutex | ) | [inline] |
TQtLockGuard::~TQtLockGuard | ( | ) | [inline] |
QMutex* TQtLockGuard::fMutex [private] |