watchdog: remove thread on destroy
This commit is contained in:
parent
27cd7ef0c9
commit
ab11bd2085
2 changed files with 5 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ class CWatchdog {
|
|||
public:
|
||||
// must be called from the main thread
|
||||
CWatchdog();
|
||||
~CWatchdog();
|
||||
|
||||
void startWatching();
|
||||
void endWatching();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue