From 49b27d64a9778d53a3accd9bfbfbc3ee1a1a7178 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周三, 08 5月 2024 20:44:05 +0800
Subject: [PATCH] minor tweaks

---
 src/quick/quickwindowagent.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/quick/quickwindowagent.h b/src/quick/quickwindowagent.h
index 92c0c3e..e5a9b5a 100644
--- a/src/quick/quickwindowagent.h
+++ b/src/quick/quickwindowagent.h
@@ -1,4 +1,5 @@
-// Copyright (C) 2023-2024 Stdware Collections
+// Copyright (C) 2023-2024 Stdware Collections (https://www.github.com/stdware)
+// Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao)
 // SPDX-License-Identifier: Apache-2.0
 
 #ifndef QUICKWINDOWAGENT_H
@@ -43,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