mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
refs #595 Insert missing BLACKGUI_EXPORT.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#ifndef BLACKGUI_LABELANDICON_H
|
||||
#define BLACKGUI_LABELANDICON_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include <QFrame>
|
||||
#include <QScopedPointer>
|
||||
|
||||
@@ -20,7 +21,7 @@ namespace BlackGui
|
||||
/*!
|
||||
* Label and icon frame
|
||||
*/
|
||||
class CLabelAndIcon : public QFrame
|
||||
class BLACKGUI_EXPORT CLabelAndIcon : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user