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:
@@ -46,9 +46,9 @@ using namespace BlackCore::Db;
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
const CLogCategoryList &ISimulator::getLogCategories()
|
||||
const QStringList &ISimulator::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList cats({ CLogCategory::driver(), CLogCategory::plugin() });
|
||||
static const QStringList cats({ CLogCategories::driver(), CLogCategories::plugin() });
|
||||
return cats;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user