Ref T219, changed or removed some log category functions

* removed unused
* used standard "static const CLogCategoryList &getLogCategories()" patten
This commit is contained in:
Klaus Basan
2018-01-07 03:00:42 +01:00
parent d073f711e3
commit c23fe86f7f
9 changed files with 40 additions and 41 deletions

View File

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