refs #935, add log. categories for vatlib

This commit is contained in:
Klaus Basan
2017-04-13 01:04:36 +02:00
committed by Mathew Sutcliffe
parent f2d89bf56c
commit d475246941
4 changed files with 26 additions and 8 deletions

View File

@@ -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);