From eb266da10552eeefcb0f7dfe514d4385aec563f8 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周日, 03 12月 2023 05:05:23 +0800
Subject: [PATCH] Add windows context implementation

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

diff --git a/src/quick/quickwindowagent_p.h b/src/quick/quickwindowagent_p.h
index daafb07..4f56140 100644
--- a/src/quick/quickwindowagent_p.h
+++ b/src/quick/quickwindowagent_p.h
@@ -7,9 +7,7 @@
 namespace QWK {
 
     class QuickWindowAgentPrivate : public CoreWindowAgentPrivate {
-        Q_DISABLE_COPY(QuickWindowAgentPrivate)
         Q_DECLARE_PUBLIC(QuickWindowAgent)
-
     public:
         QuickWindowAgentPrivate();
         ~QuickWindowAgentPrivate() override;

--
Gitblit v1.9.1