From 51039917996909284fbc2d776a9b8f71fe5e6f9a Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周六, 02 12月 2023 17:43:17 +0800 Subject: [PATCH] wip --- src/widgets/widgetwindowagent_p.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/widgets/widgetwindowagent_p.h b/src/widgets/widgetwindowagent_p.h index 4d8f2a5..eb1d96d 100644 --- a/src/widgets/widgetwindowagent_p.h +++ b/src/widgets/widgetwindowagent_p.h @@ -7,7 +7,9 @@ namespace QWK { class WidgetWindowAgentPrivate : public CoreWindowAgentPrivate { + Q_DISABLE_COPY(WidgetWindowAgentPrivate) Q_DECLARE_PUBLIC(WidgetWindowAgent) + public: WidgetWindowAgentPrivate(); ~WidgetWindowAgentPrivate(); -- Gitblit v1.9.1