mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
refs #403 add BlackMisc shared library build
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#define BLACKMISC_AUDIO_VOICEROOMLIST_H
|
||||
|
||||
#include "voiceroom.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/sequence.h"
|
||||
#include "blackmisc/collection.h"
|
||||
#include <QObject>
|
||||
@@ -26,7 +27,7 @@ namespace BlackMisc
|
||||
/*!
|
||||
* Value object encapsulating a list of voice rooms.
|
||||
*/
|
||||
class CVoiceRoomList : public CSequence<CVoiceRoom>
|
||||
class BLACKMISC_EXPORT CVoiceRoomList : public CSequence<CVoiceRoom>
|
||||
{
|
||||
public:
|
||||
//! Default constructor.
|
||||
|
||||
Reference in New Issue
Block a user