Removed EventManager and EventListener dependency from TargetControllerConsole class

This commit is contained in:
Nav
2022-05-01 18:57:45 +01:00
parent fe846e0d7c
commit e6cd1faef1
5 changed files with 4 additions and 86 deletions

View File

@@ -78,9 +78,7 @@ namespace Bloom
this->insightProjectSettings
);
TargetController::TargetControllerConsole targetControllerConsole = TargetController::TargetControllerConsole(
this->eventListener
);
TargetController::TargetControllerConsole targetControllerConsole = TargetController::TargetControllerConsole();
/**
* Insight consists of two threads - the main thread where the main Qt event loop runs (for the GUI), and