mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Issue #77 getLogCategories returns a simple QStringList instead of our own class
This commit is contained in:
@@ -103,7 +103,7 @@ namespace BlackCore
|
||||
static CApplication *instance();
|
||||
|
||||
//! Own log categories
|
||||
static const BlackMisc::CLogCategoryList &getLogCategories();
|
||||
static const QStringList &getLogCategories();
|
||||
|
||||
//! Constructor
|
||||
CApplication(BlackMisc::CApplicationInfo::Application application, bool init = true);
|
||||
|
||||
Reference in New Issue
Block a user