mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Issue #77 getLogCategories returns a simple QStringList instead of our own class
This commit is contained in:
@@ -72,7 +72,7 @@ namespace BlackMisc
|
||||
|
||||
public:
|
||||
//! Log categories
|
||||
static const CLogCategoryList &getLogCategories();
|
||||
static const QStringList &getLogCategories();
|
||||
|
||||
//! Connects to a functor or method which will be called when the task is finished.
|
||||
//! \threadsafe The functor may not call any method that observes the worker's finished flag.
|
||||
|
||||
Reference in New Issue
Block a user