mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Issue #77 getLogCategories returns a simple QStringList instead of our own class
This commit is contained in:
@@ -16,9 +16,9 @@ namespace BlackCore
|
||||
{
|
||||
namespace Context
|
||||
{
|
||||
const CLogCategoryList &IContext::getLogCategories()
|
||||
const QStringList &IContext::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList cats { BlackMisc::CLogCategory::context() };
|
||||
static const QStringList cats { BlackMisc::CLogCategories::context() };
|
||||
return cats;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user