mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 09:54:16 +08:00
refs #403 add BlackGui shared library build
This commit is contained in:
@@ -12,13 +12,14 @@
|
||||
#ifndef BLACKGUI_TRANSPONDERCODESPINBOX_H
|
||||
#define BLACKGUI_TRANSPONDERCODESPINBOX_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include <QSpinBox>
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
//! Specialized spin box for Transponder codes
|
||||
class CTransponderCodeSpinBox : public QSpinBox
|
||||
class BLACKGUI_EXPORT CTransponderCodeSpinBox : public QSpinBox
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user