Fixed bug with Insight GUI failing to properly process the TargetExecutionResumed event

This commit is contained in:
Nav
2022-04-23 17:30:14 +01:00
parent a52f114b78
commit 7ba997572a
2 changed files with 9 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ namespace Bloom
TargetController::TargetControllerState lastTargetControllerState =
TargetController::TargetControllerState::ACTIVE;
Targets::TargetState lastTargetState = Targets::TargetState::UNKNOWN;
QTimer* eventDispatchTimer = nullptr;
SyncSafe<std::queue<InsightWorkerTask*>> queuedTasks;