Tidying
This commit is contained in:
@@ -198,7 +198,7 @@ namespace Bloom
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
Logger::debug("Starting InsightWorker" + std::to_string(insightWorker->id) + " thread");
|
Logger::debug("Starting InsightWorker" + std::to_string(insightWorker->id));
|
||||||
workerThread->start();
|
workerThread->start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ namespace Bloom
|
|||||||
QObject::connect(insightSignals, &InsightSignals::taskQueued, this, &InsightWorker::executeTasks);
|
QObject::connect(insightSignals, &InsightSignals::taskQueued, this, &InsightWorker::executeTasks);
|
||||||
QObject::connect(insightSignals, &InsightSignals::taskProcessed, 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();
|
emit this->ready();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user