mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T219, changed or removed some log category functions
* removed unused * used standard "static const CLogCategoryList &getLogCategories()" patten
This commit is contained in:
@@ -39,6 +39,12 @@ namespace BlackMisc
|
||||
this->setObjectName("CInterpolationLogger");
|
||||
}
|
||||
|
||||
const CLogCategoryList &CInterpolationLogger::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList cats { CLogCategory::interpolator() };
|
||||
return cats;
|
||||
}
|
||||
|
||||
CWorker *CInterpolationLogger::writeLogInBackground()
|
||||
{
|
||||
QList<SituationLog> interpolation;
|
||||
|
||||
Reference in New Issue
Block a user