From 927909da8d3f8c6f8d2218059e23668632b78c75 Mon Sep 17 00:00:00 2001 From: codeboss <2422523675@qq.com> Date: Sun, 12 Oct 2025 21:39:07 +0800 Subject: [PATCH] update --- MapPresent/MapPresent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);