Ready signal for InsightWorker startup routine
This commit is contained in:
@@ -50,6 +50,8 @@ void InsightWorker::startup() {
|
||||
this->eventManager.triggerEvent(
|
||||
std::make_shared<Events::InsightThreadStateChanged>(ThreadState::READY)
|
||||
);
|
||||
|
||||
emit this->ready();
|
||||
}
|
||||
|
||||
void InsightWorker::requestPinStates(int variantId) {
|
||||
|
||||
Reference in New Issue
Block a user