From 2d08f989b16dad059d42c94e3a2cdccdbd3c379e Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周一, 04 12月 2023 03:38:52 +0800
Subject: [PATCH] Add more comments

---
 src/quick/quickwindowagent.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/quick/quickwindowagent.h b/src/quick/quickwindowagent.h
index ef26eea..78357ec 100644
--- a/src/quick/quickwindowagent.h
+++ b/src/quick/quickwindowagent.h
@@ -13,9 +13,7 @@
 
     class QWK_QUICK_EXPORT QuickWindowAgent : public CoreWindowAgent {
         Q_OBJECT
-        Q_DISABLE_COPY(QuickWindowAgent)
         Q_DECLARE_PRIVATE(QuickWindowAgent)
-
     public:
         explicit QuickWindowAgent(QObject *parent = nullptr);
         ~QuickWindowAgent() override;

--
Gitblit v1.9.1