test #3
This commit is contained in:
@@ -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); });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user