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