From 499afac952920595e6c3d4f94806427f894c7674 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周六, 02 12月 2023 19:05:24 +0800 Subject: [PATCH] optimize code --- 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