From 7a54badb4a5782c551deb2919f3c489fdb4fbc02 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周日, 03 12月 2023 17:17:40 +0800 Subject: [PATCH] Add snap layout handling --- src/widgets/widgetwindowagent.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/widgets/widgetwindowagent.h b/src/widgets/widgetwindowagent.h index 7c627c2..e1411f8 100644 --- a/src/widgets/widgetwindowagent.h +++ b/src/widgets/widgetwindowagent.h @@ -12,9 +12,7 @@ class QWK_WIDGETS_EXPORT WidgetWindowAgent : public CoreWindowAgent { Q_OBJECT - Q_DISABLE_COPY(WidgetWindowAgent) Q_DECLARE_PRIVATE(WidgetWindowAgent) - public: explicit WidgetWindowAgent(QObject *parent = nullptr); ~WidgetWindowAgent() override; -- Gitblit v1.9.1