diff --git a/MapPresent/MapPresent.h b/MapPresent/MapPresent.h index ef7c0c5..67bbb95 100644 --- a/MapPresent/MapPresent.h +++ b/MapPresent/MapPresent.h @@ -28,7 +28,7 @@ struct MAPPRESENT_EXPORT PresentIndex { /// /// 绘制选项 /// -struct PresentOption { +struct MAPPRESENT_EXPORT PresentOption { /// /// 当前所绘制索引 /// @@ -44,7 +44,7 @@ struct PresentOption { /// /// 单元绘制委托 /// -class UnitPresentDelegate : public QObject { +class MAPPRESENT_EXPORT UnitPresentDelegate : public QObject { Q_OBJECT public: UnitPresentDelegate(QObject* parent = nullptr);