Once again, this should have been included in a previous commit, RE renaming compnent state changed events
This commit is contained in:
@@ -40,7 +40,7 @@ void InsightWorker::startup() {
|
||||
this->eventDispatchTimer->start(5);
|
||||
|
||||
this->eventManager.triggerEvent(
|
||||
std::make_shared<Events::InsightStateChanged>(ThreadState::READY)
|
||||
std::make_shared<Events::InsightThreadStateChanged>(ThreadState::READY)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user