swift
|
Just a subclass of QThread whose destructor waits for the thread to finish. More...
Public Member Functions | |
CRegularThread (QObject *parent=nullptr) | |
Constructor. | |
~CRegularThread () | |
Destructor. More... | |
Protected Member Functions | |
void | run () |
Just a subclass of QThread whose destructor waits for the thread to finish.
swift::misc::CRegularThread::~CRegularThread | ( | ) |
Destructor.
Definition at line 34 of file worker.cpp.
|
protected |
Definition at line 23 of file worker.cpp.