mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refs #595 Insert missing BLACKGUI_EXPORT.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_EDITOR_VALIDATIONINDICATOR_H
|
||||
#define BLACKGUI_EDITOR_VALIDATIONINDICATOR_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/statusmessagelist.h"
|
||||
#include <QFrame>
|
||||
#include <QScopedPointer>
|
||||
@@ -26,7 +27,7 @@ namespace BlackGui
|
||||
/*!
|
||||
* Indication state of validation
|
||||
*/
|
||||
class CValidationIndicator : public QFrame
|
||||
class BLACKGUI_EXPORT CValidationIndicator : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user