Once again, this should have been included in a previous commit, RE renaming compnent state changed events

This commit is contained in:
Nav
2021-05-29 21:39:00 +01:00
parent 77bcf07d6c
commit 1e741d18d7
10 changed files with 36 additions and 37 deletions

View File

@@ -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)
);
}