defuze.me
Client
|
This class implements out-of-thread exception forwarding mechanism It should be use in place of QThread and programmer may call forward() during thread execution. More...
#include <thread.hpp>
Signals | |
void | forwardSig (const Exception &exc) |
Public Member Functions | |
Thread (QObject *parent=0) | |
void | forward (const Exception &exc) |
This class implements out-of-thread exception forwarding mechanism It should be use in place of QThread and programmer may call forward() during thread execution.
Definition at line 22 of file thread.hpp.