This commit is contained in:
Nav
2022-12-17 14:46:08 +00:00
parent 9097e37375
commit 529438b9e4
2 changed files with 12 additions and 7 deletions

View File

@@ -354,8 +354,10 @@ namespace Bloom
if (event.state == TargetControllerState::SUSPENDED) {
emit this->insightSignals->targetControllerSuspended();
return;
}
} else if (event.state == TargetControllerState::ACTIVE) {
if (event.state == TargetControllerState::ACTIVE) {
auto* getTargetDescriptorTask = new GetTargetDescriptor();
QObject::connect(