mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Issue #77 getLogCategories returns a simple QStringList instead of our own class
This commit is contained in:
@@ -117,9 +117,9 @@ namespace BlackMisc
|
||||
s_allWorkers.remove(this);
|
||||
}
|
||||
|
||||
const CLogCategoryList &CWorkerBase::getLogCategories()
|
||||
const QStringList &CWorkerBase::getLogCategories()
|
||||
{
|
||||
static const BlackMisc::CLogCategoryList cats { CLogCategory::worker() };
|
||||
static const QStringList cats { CLogCategories::worker() };
|
||||
return cats;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user