mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
Issue #77 getLogCategories returns a simple QStringList instead of our own class
This commit is contained in:
@@ -192,9 +192,9 @@ namespace BlackMisc
|
||||
}
|
||||
}
|
||||
|
||||
const CLogCategoryList &CModelCaches::getLogCategories()
|
||||
const QStringList &CModelCaches::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList l({ CLogCategory::modelCache() });
|
||||
static const QStringList l({ CLogCategories::modelCache() });
|
||||
return l;
|
||||
}
|
||||
|
||||
@@ -411,9 +411,9 @@ namespace BlackMisc
|
||||
}
|
||||
}
|
||||
|
||||
const CLogCategoryList &CModelSetCaches::getLogCategories()
|
||||
const QStringList &CModelSetCaches::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList l({ CLogCategory::modelSetCache() });
|
||||
static const QStringList l({ CLogCategories::modelSetCache() });
|
||||
return l;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user