the other place
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
9ee68b9268
commit
25f7cf23d3
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@ void EnsureMetadataTask::executeTask()
|
|||
connect(project_task.get(), &Task::finished, this, [=] {
|
||||
invalidade_leftover();
|
||||
project_task->deleteLater();
|
||||
m_current_task = nullptr;
|
||||
if (m_current_task)
|
||||
m_current_task.reset();
|
||||
});
|
||||
|
||||
m_current_task = project_task;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue