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... | |
CRegularThread (const CRegularThread &)=delete | |
Copy constructor. | |
CRegularThread & | operator= (const CRegularThread &)=delete |
Copy assignment. | |
CRegularThread (CRegularThread &&)=delete | |
Move constructor. | |
CRegularThread & | operator= (CRegularThread &&)=delete |
Move assignment. | |
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.