mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Issue #77 getLogCategories returns a simple QStringList instead of our own class
This commit is contained in:
@@ -158,9 +158,9 @@ namespace BlackMisc
|
||||
// CValueCache
|
||||
////////////////////////////////
|
||||
|
||||
const CLogCategoryList &CValueCache::getLogCategories()
|
||||
const QStringList &CValueCache::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList cats({ CLogCategory("swift.valuecache") , CLogCategory::services()} );
|
||||
static const QStringList cats({ "swift.valuecache" , CLogCategories::services()} );
|
||||
return cats;
|
||||
}
|
||||
|
||||
@@ -592,7 +592,7 @@ namespace BlackMisc
|
||||
// Private :: CValuePage
|
||||
////////////////////////////////
|
||||
|
||||
const CLogCategoryList &CValuePage::getLogCategories()
|
||||
const QStringList &CValuePage::getLogCategories()
|
||||
{
|
||||
return CValueCache::getLogCategories();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user