mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
refs #403 add BlackGui shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKMISC_LOGINMODEBUTTONS_H
|
||||
#define BLACKMISC_LOGINMODEBUTTONS_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackcore/network.h"
|
||||
#include <QGroupBox>
|
||||
#include <QScopedPointer>
|
||||
@@ -22,7 +23,7 @@ namespace Ui { class CLoginModeButtons; }
|
||||
namespace BlackGui
|
||||
{
|
||||
//! Display login modes (normal, stealth, ...)
|
||||
class CLoginModeButtons : public QGroupBox
|
||||
class BLACKGUI_EXPORT CLoginModeButtons : public QGroupBox
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user