mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Issue #77 getLogCategories returns a simple QStringList instead of our own class
This commit is contained in:
@@ -97,9 +97,9 @@ namespace BlackGui
|
||||
// void
|
||||
}
|
||||
|
||||
const CLogCategoryList &CDbOwnModelsComponent::getLogCategories()
|
||||
const QStringList &CDbOwnModelsComponent::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList l({ CLogCategory::modelGui(), CLogCategory::guiComponent() });
|
||||
static const QStringList l({ CLogCategories::modelGui(), CLogCategories::guiComponent() });
|
||||
return l;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user