From 564f33e8b29a6f73050f4da3f843b942aaf0d739 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周三, 08 5月 2024 19:36:16 +0800 Subject: [PATCH] Improve event filter handling --- src/quick/quickwindowagent.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/quick/quickwindowagent.h b/src/quick/quickwindowagent.h index c319615..e5a9b5a 100644 --- a/src/quick/quickwindowagent.h +++ b/src/quick/quickwindowagent.h @@ -44,8 +44,8 @@ #endif Q_SIGNALS: - void titleBarWidgetChanged(const QQuickItem *item); - void systemButtonChanged(SystemButton button, const QQuickItem *item); + void titleBarWidgetChanged(QQuickItem *item); + void systemButtonChanged(SystemButton button, QQuickItem *item); protected: QuickWindowAgent(QuickWindowAgentPrivate &d, QObject *parent = nullptr); -- Gitblit v1.9.1