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 TICKLABEL_H
|
||||
#define TICKLABEL_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/icons.h"
|
||||
#include <QLabel>
|
||||
#include <QPixmap>
|
||||
@@ -19,7 +20,7 @@
|
||||
namespace BlackGui
|
||||
{
|
||||
//! Representing a ticked or crossed icon
|
||||
class CTickLabel : public QLabel
|
||||
class BLACKGUI_EXPORT CTickLabel : public QLabel
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user