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