mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
refs #403 add BlackSound shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKSOUND_SOUNDGENERATOR_H
|
||||
#define BLACKSOUND_SOUNDGENERATOR_H
|
||||
|
||||
#include "blacksoundexport.h"
|
||||
#include "blackmisc/aviation/selcal.h"
|
||||
#include "blackmisc/audio/audiodeviceinfo.h"
|
||||
#include "blackmisc/pq/time.h"
|
||||
@@ -28,7 +29,7 @@ namespace BlackSound
|
||||
{
|
||||
|
||||
//! Playing simple sounds
|
||||
class CSoundGenerator : public QIODevice
|
||||
class BLACKSOUND_EXPORT CSoundGenerator : public QIODevice
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user