taskmanager: made AddTask() a slot so it can be queued from other threads

This commit is contained in:
itsmattkc
2020-02-16 10:29:11 +11:00
parent e93c3d4ce4
commit 080fe22969
+1
View File
@@ -59,6 +59,7 @@ public:
static TaskManager* instance();
public slots:
/**
* @brief Add a new Task
*