mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Issue #77 getLogCategories returns a simple QStringList instead of our own class
This commit is contained in:
@@ -1337,9 +1337,9 @@ namespace BlackCore
|
||||
return e;
|
||||
}
|
||||
|
||||
const BlackMisc::CLogCategoryList &CApplication::getLogCategories()
|
||||
const QStringList &CApplication::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList l({ CLogCategory("swift.application"), CLogCategory("swift." + executable())});
|
||||
static const QStringList l({ "swift.application", "swift." % executable()});
|
||||
return l;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user