mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refs #403 add BlackGui shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_SERVERLISTSELECTOR_H
|
||||
#define BLACKGUI_SERVERLISTSELECTOR_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include <QComboBox>
|
||||
#include <QStringList>
|
||||
|
||||
@@ -20,7 +21,7 @@
|
||||
namespace BlackGui
|
||||
{
|
||||
//! List of servers
|
||||
class CServerListSelector : public QComboBox
|
||||
class BLACKGUI_EXPORT CServerListSelector : public QComboBox
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user