This commit is contained in:
codeboss 2025-10-12 21:39:07 +08:00
parent 1f1383af9c
commit 927909da8d
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ struct MAPPRESENT_EXPORT PresentIndex {
/// <summary> /// <summary>
/// 삥齡朞淃 /// 삥齡朞淃
/// </summary> /// </summary>
struct PresentOption { struct MAPPRESENT_EXPORT PresentOption {
/// <summary> /// <summary>
/// 뎠품杰삥齡乞多 /// 뎠품杰삥齡乞多
/// </summary> /// </summary>
@ -44,7 +44,7 @@ struct PresentOption {
/// <summary> /// <summary>
/// 데禱삥齡官辜 /// 데禱삥齡官辜
/// </summary> /// </summary>
class UnitPresentDelegate : public QObject { class MAPPRESENT_EXPORT UnitPresentDelegate : public QObject {
Q_OBJECT Q_OBJECT
public: public:
UnitPresentDelegate(QObject* parent = nullptr); UnitPresentDelegate(QObject* parent = nullptr);