mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Use crl::time/now instead of TimeMs/getms.
This commit is contained in:
@@ -105,7 +105,7 @@ class TaskQueue : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit TaskQueue(TimeMs stopTimeoutMs = 0); // <= 0 - never stop worker
|
||||
explicit TaskQueue(crl::time stopTimeoutMs = 0); // <= 0 - never stop worker
|
||||
|
||||
TaskId addTask(std::unique_ptr<Task> &&task);
|
||||
void addTasks(std::vector<std::unique_ptr<Task>> &&tasks);
|
||||
|
Reference in New Issue
Block a user