mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
Issue #77 getLogCategories returns a simple QStringList instead of our own class
This commit is contained in:
@@ -17,9 +17,9 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Geo
|
||||
{
|
||||
const CLogCategoryList &CKmlUtils::getLogCategories()
|
||||
const QStringList &CKmlUtils::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList cats { CLogCategory::interpolator() };
|
||||
static const QStringList cats { CLogCategories::interpolator() };
|
||||
return cats;
|
||||
}
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace BlackMisc
|
||||
{
|
||||
public:
|
||||
//! Log categories
|
||||
static const BlackMisc::CLogCategoryList &getLogCategories();
|
||||
static const QStringList &getLogCategories();
|
||||
|
||||
//! KML settings
|
||||
struct KMLSettings
|
||||
|
||||
Reference in New Issue
Block a user