mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
refs #935, add log. categories for vatlib
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f2d89bf56c
commit
d475246941
@@ -15,7 +15,7 @@
|
||||
#include "blackcore/audiomixer.h"
|
||||
#include "blackcore/blackcoreexport.h"
|
||||
#include "blackcore/voice.h"
|
||||
|
||||
#include "blackmisc/logcategorylist.h"
|
||||
#include <vatlib/vatlib.h>
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
@@ -48,6 +48,8 @@ namespace BlackCore
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Log. categories
|
||||
static const BlackMisc::CLogCategoryList &getLogCategories();
|
||||
|
||||
//! Default constructor
|
||||
CVoiceVatlib(QObject *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user