taskmanager: made AddTask() a slot so it can be queued from other threads
This commit is contained in:
@@ -59,6 +59,7 @@ public:
|
||||
|
||||
static TaskManager* instance();
|
||||
|
||||
public slots:
|
||||
/**
|
||||
* @brief Add a new Task
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user