mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #595 Insert missing BLACKGUI_EXPORT.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_ACTIONMODEL_H
|
||||
#define BLACKGUI_ACTIONMODEL_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackcore/actionbind.h"
|
||||
#include <QAbstractItemModel>
|
||||
#include <QScopedPointer>
|
||||
@@ -25,7 +26,7 @@ namespace BlackGui
|
||||
/*!
|
||||
* Action tree model
|
||||
*/
|
||||
class CActionModel : public QAbstractItemModel
|
||||
class BLACKGUI_EXPORT CActionModel : public QAbstractItemModel
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user