mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Issue #77 getLogCategories returns a simple QStringList instead of our own class
This commit is contained in:
@@ -41,9 +41,9 @@ namespace BlackMisc
|
||||
this->setObjectName("CInterpolationLogger");
|
||||
}
|
||||
|
||||
const CLogCategoryList &CInterpolationLogger::getLogCategories()
|
||||
const QStringList &CInterpolationLogger::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList cats { CLogCategory::interpolator() };
|
||||
static const QStringList cats { CLogCategories::interpolator() };
|
||||
return cats;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user