This commit is contained in:
Nav
2022-09-14 19:46:16 +01:00
parent d8f842b299
commit eb7ce58b75
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ namespace Bloom
QObject::connect(insightSignals, &InsightSignals::taskQueued, this, &InsightWorker::executeTasks);
QObject::connect(insightSignals, &InsightSignals::taskProcessed, this, &InsightWorker::executeTasks);
Logger::debug("InsightWorker" + std::to_string(this->id) + " thread ready");
Logger::debug("InsightWorker" + std::to_string(this->id) + " ready");
emit this->ready();
}