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/widgets/widgetwindowagent_p.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/widgets/widgetwindowagent_p.h b/src/widgets/widgetwindowagent_p.h index eb1d96d..4d8f2a5 100644 --- a/src/widgets/widgetwindowagent_p.h +++ b/src/widgets/widgetwindowagent_p.h @@ -7,9 +7,7 @@ namespace QWK { class WidgetWindowAgentPrivate : public CoreWindowAgentPrivate { - Q_DISABLE_COPY(WidgetWindowAgentPrivate) Q_DECLARE_PUBLIC(WidgetWindowAgent) - public: WidgetWindowAgentPrivate(); ~WidgetWindowAgentPrivate(); -- Gitblit v1.9.1