This should have been included in the commit before last (7a6dcdcbfd)
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Bloom
|
|||||||
EventManager& eventManager;
|
EventManager& eventManager;
|
||||||
EventListenerPointer eventListener = std::make_shared<EventListener>("InsightEventListener");
|
EventListenerPointer eventListener = std::make_shared<EventListener>("InsightEventListener");
|
||||||
|
|
||||||
QApplication application = QApplication(this->qtApplicationArgc, this->qtApplicationArgv.data());
|
QApplication application;
|
||||||
InsightWindow mainWindow;
|
InsightWindow mainWindow;
|
||||||
|
|
||||||
TargetControllerConsole targetControllerConsole = TargetControllerConsole(
|
TargetControllerConsole targetControllerConsole = TargetControllerConsole(
|
||||||
|
|||||||
Reference in New Issue
Block a user