diff options
Diffstat (limited to 'src/tasks/Task.cpp')
| -rw-r--r-- | src/tasks/Task.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tasks/Task.cpp b/src/tasks/Task.cpp index 8ab0ded..a48eab7 100644 --- a/src/tasks/Task.cpp +++ b/src/tasks/Task.cpp @@ -13,6 +13,8 @@ void Task::AddTaskListener(TaskListener * listener) { this->listener = listener; + notifyProgressMain(); + notifyStatusMain(); } void Task::Start() |
