mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Issue #77 getLogCategories returns a simple QStringList instead of our own class
This commit is contained in:
@@ -105,7 +105,7 @@ namespace BlackMisc
|
||||
CInterpolationLogger(QObject *parent = nullptr);
|
||||
|
||||
//! Log categories
|
||||
static const CLogCategoryList &getLogCategories();
|
||||
static const QStringList &getLogCategories();
|
||||
|
||||
//! Write a log in background
|
||||
CWorker *writeLogInBackground(bool clearLog);
|
||||
|
||||
Reference in New Issue
Block a user