mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 23:35:40 +08:00
refs #403 add BlackCore shared library build
This commit is contained in:
@@ -10,12 +10,13 @@
|
||||
#ifndef BLACKCORE_AUDIOMIXER_H
|
||||
#define BLACKCORE_AUDIOMIXER_H
|
||||
|
||||
#include "blackcoreexport.h"
|
||||
#include <QObject>
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
//! Interface to an audio mixer
|
||||
class IAudioMixer : public QObject
|
||||
class BLACKCORE_EXPORT IAudioMixer : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user