#include <QThread.h>
This little helper class works similarly to FX::QMtxHold in disabling POSIX signals for the calling thread on construction and reenabling them on destruction.
Public Member Functions | |
QThread_DisableSignals () |
FX::QThread_DisableSignals::QThread_DisableSignals | ( | ) | [inline] |
Constructs an instance disabling signals for the current thread.