This commit is contained in:
fourtf
2019-10-03 21:29:18 +02:00
parent 30587e18c9
commit 08004b9181
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ void Updates::setStatus_(Status status)
if (this->status_ != status)
{
this->status_ = status;
//postToThread([this, status] { this->statusUpdated.invoke(status); });
postToThread([this, status] { this->statusUpdated.invoke(status); });
}
}