mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
refs #403 add BlackMisc shared library build
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/propertyindex.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
#include <QString>
|
||||
@@ -21,7 +22,7 @@ namespace BlackMisc
|
||||
namespace Audio
|
||||
{
|
||||
//! Value object encapsulating information of a voice room
|
||||
class CVoiceRoom : public CValueObject<CVoiceRoom>
|
||||
class BLACKMISC_EXPORT CVoiceRoom : public CValueObject<CVoiceRoom>
|
||||
{
|
||||
public:
|
||||
//! Properties by index
|
||||
|
||||
Reference in New Issue
Block a user